generated from mrsimonemms/new
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
24 lines (20 loc) · 746 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/mrsimonemms/golang-helpers
go 1.23.0
toolchain go1.23.7
require (
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.8.1
google.golang.org/grpc v1.70.0
google.golang.org/protobuf v1.35.2
)
require (
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/testify v1.9.0 // indirect
golang.org/x/net v0.36.0 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/text v0.22.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241202173237-19429a94021a // indirect
)