Skip to content

Commit 11dc9cc

Browse files
committed
add packages
1 parent 2e31103 commit 11dc9cc

File tree

2 files changed

+771
-0
lines changed

2 files changed

+771
-0
lines changed

go.mod

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
11
module github.com/go-generalize/fti
22

33
go 1.17
4+
5+
require (
6+
cloud.google.com/go/firestore v1.6.1 // indirect
7+
github.com/BurntSushi/toml v0.4.1 // indirect
8+
github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect
9+
github.com/cespare/xxhash/v2 v2.1.2 // indirect
10+
github.com/envoyproxy/go-control-plane v0.10.0 // indirect
11+
github.com/envoyproxy/protoc-gen-validate v0.6.2 // indirect
12+
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
13+
github.com/heetch/confita v0.10.0 // indirect
14+
github.com/pkg/errors v0.9.1 // indirect
15+
golang.org/x/net v0.0.0-20211108170745-6635138e15ea // indirect
16+
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
17+
golang.org/x/sys v0.0.0-20211108224332-cbcd623f202e // indirect
18+
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
19+
google.golang.org/api v0.60.0 // indirect
20+
google.golang.org/genproto v0.0.0-20211104193956-4c6863e31247 // indirect
21+
google.golang.org/grpc v1.42.0 // indirect
22+
gopkg.in/yaml.v2 v2.4.0 // indirect
23+
)

0 commit comments

Comments
 (0)