-
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.
- Loading branch information
1 parent
059c3cc
commit a2e4b0e
Showing
2 changed files
with
67 additions
and
63 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,46 @@ | ||
module github.com/solarwinds/snap-plugin-lib/v2/tutorial | ||
|
||
go 1.13 | ||
go 1.22.4 | ||
|
||
require ( | ||
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect | ||
github.com/go-ole/go-ole v1.2.4 // indirect | ||
github.com/josephspurrier/goversioninfo v1.4.0 | ||
github.com/securego/gosec/v2 v2.9.5 | ||
github.com/shirou/gopsutil v3.21.2+incompatible | ||
github.com/solarwinds/snap-plugin-lib/v2 v2.0.4 | ||
github.com/stretchr/testify v1.7.0 | ||
github.com/tklauser/go-sysconf v0.3.4 // indirect | ||
github.com/urfave/cli v1.22.5 // indirect | ||
github.com/stretchr/testify v1.9.0 | ||
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 | ||
golang.org/x/tools v0.1.8 | ||
golang.org/x/tools v0.6.0 | ||
honnef.co/go/tools v0.2.2 | ||
) | ||
|
||
require ( | ||
github.com/BurntSushi/toml v0.3.1 // indirect | ||
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect | ||
github.com/akavel/rsrc v0.10.2 // indirect | ||
github.com/bufbuild/protocompile v0.10.0 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/go-ole/go-ole v1.2.4 // indirect | ||
github.com/golang/protobuf v1.5.4 // indirect | ||
github.com/google/uuid v1.4.0 // indirect | ||
github.com/gookit/color v1.5.0 // indirect | ||
github.com/jhump/protoreflect v1.16.0 // indirect | ||
github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/sirupsen/logrus v1.8.1 // indirect | ||
github.com/solarwinds/grpchan v1.1.1 // indirect | ||
github.com/stretchr/objx v0.5.2 // indirect | ||
github.com/tklauser/go-sysconf v0.3.4 // indirect | ||
github.com/tklauser/numcpus v0.2.1 // 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/googleapis/rpc v0.0.0-20231106174013-bbf56f31fb17 // indirect | ||
google.golang.org/grpc v1.61.0 // indirect | ||
google.golang.org/protobuf v1.33.1-0.20240408130810-98873a205002 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) | ||
|
||
replace github.com/solarwinds/snap-plugin-lib/v2 => ./.. |
Oops, something went wrong.