forked from ai-mastering/aimastering-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
18 lines (14 loc) · 688 Bytes
/
go.mod
File metadata and controls
18 lines (14 loc) · 688 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/ai-mastering/aimastering-tools
go 1.16
require github.com/urfave/cli v1.20.0
require (
github.com/ai-mastering/aimastering-go v0.0.0-20210818192317-8f949725bf61
github.com/golang/protobuf v1.3.1 // indirect
github.com/theckman/go-securerandom v0.1.1
golang.org/x/net v0.0.0-20190327091125-710a502c58a2 // indirect
golang.org/x/oauth2 v0.0.0-20190319182350-c85d3e98c914 // indirect
google.golang.org/appengine v1.5.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)
//replace github.com/ai-mastering/aimastering-go => /Users/mac2/git/aimastering-go
// replace github.com/ai-mastering/aimastering-go => /tmp/results/aimastering-go