-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (18 loc) · 753 Bytes
/
go.mod
File metadata and controls
20 lines (18 loc) · 753 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/googleinterns/recomator
go 1.14
require (
github.com/coreos/go-oidc v2.2.1+incompatible
github.com/gin-gonic/gin v1.6.3
github.com/google/uuid v1.1.2
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a
github.com/pquerna/cachecontrol v0.0.0-20200819021114-67c6ae64274f // indirect
github.com/segmentio/ksuid v1.0.3
github.com/stretchr/objx v0.3.0 // indirect
github.com/stretchr/testify v1.6.2-0.20200814104551-cf221cc87575
go.uber.org/config v1.4.0
golang.org/x/net v0.0.0-20200904194848-62affa334b73 // indirect
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
google.golang.org/api v0.30.0
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)