-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #154 from solarwinds/feature/G1-4178_snap-plugin-l…
…ib-migration [G1-4178] snap plugin lib migration
- Loading branch information
Showing
25 changed files
with
374 additions
and
324 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,41 @@ | ||
module github.com/solarwinds/snap-plugin-lib/examples/v1 | ||
|
||
go 1.13 | ||
go 1.22.5 | ||
|
||
require ( | ||
github.com/josephspurrier/goversioninfo v1.4.0 | ||
github.com/russross/blackfriday/v2 v2.1.0 // indirect | ||
github.com/securego/gosec/v2 v2.9.5 | ||
github.com/smartystreets/goconvey v1.7.2 | ||
github.com/solarwinds/snap-plugin-lib v1.0.0 | ||
github.com/urfave/cli v1.22.5 | ||
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 | ||
golang.org/x/net v0.0.0-20220114011407-0dd24b26b47d // indirect | ||
golang.org/x/sys v0.0.0-20220111092808-5a964db01320 // indirect | ||
golang.org/x/tools v0.1.8 | ||
google.golang.org/genproto v0.0.0-20220112215332-a9c7c0acf9f2 // indirect | ||
google.golang.org/grpc v1.43.0 | ||
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect | ||
golang.org/x/tools v0.6.0 | ||
google.golang.org/grpc v1.56.3 | ||
honnef.co/go/tools v0.2.2 | ||
) | ||
|
||
require ( | ||
github.com/BurntSushi/toml v0.3.1 // indirect | ||
github.com/akavel/rsrc v0.10.2 // indirect | ||
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/google/uuid v1.3.0 // indirect | ||
github.com/gookit/color v1.5.0 // indirect | ||
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 // indirect | ||
github.com/jtolds/gls v4.20.0+incompatible // indirect | ||
github.com/julienschmidt/httprouter v1.3.0 // indirect | ||
github.com/magefile/mage v1.10.0 // indirect | ||
github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 // indirect | ||
github.com/russross/blackfriday/v2 v2.1.0 // indirect | ||
github.com/sirupsen/logrus v1.8.0 // indirect | ||
github.com/smartystreets/assertions v1.2.0 // indirect | ||
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect | ||
golang.org/x/mod v0.8.0 // indirect | ||
golang.org/x/net v0.23.0 // indirect | ||
golang.org/x/sys v0.18.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect | ||
google.golang.org/protobuf v1.33.0 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect | ||
) |
Oops, something went wrong.