-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
31 lines (28 loc) · 1.01 KB
/
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
25
26
27
28
29
30
31
module github.com/stillmatic/flagsheet
go 1.20
require (
github.com/Yiling-J/theine-go v0.3.1
github.com/bufbuild/connect-go v1.9.0
github.com/bufbuild/connect-grpchealth-go v1.1.1
github.com/datadog/mmh3 v0.0.0-20210722141835-012dc69a9e49
github.com/stretchr/testify v1.8.4
golang.org/x/net v0.11.0
golang.org/x/oauth2 v0.9.0
google.golang.org/protobuf v1.31.0
gopkg.in/Iwark/spreadsheet.v2 v2.0.0-20220412131121-41eea1483964
)
require (
cloud.google.com/go/compute/metadata v0.2.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gammazero/deque v0.2.1 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/ncw/directio v1.0.5 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/zeebo/xxh3 v1.0.2 // indirect
golang.org/x/sys v0.9.0 // indirect
golang.org/x/text v0.10.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)