summaryrefslogtreecommitdiff
path: root/go.mod
blob: 5b9d441f03a46ee31412c3bbd13ab36b6c024b8d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module git.devcara.com/142bot-web

go 1.20

require (
	github.com/gleich/logoru v0.0.0-20230101033757-d86cd895c7a1
	github.com/joho/godotenv v1.5.1
	golang.org/x/oauth2 v0.7.0
)

require (
	github.com/fatih/color v1.10.0 // indirect
	github.com/golang/protobuf v1.5.2 // indirect
	github.com/lib/pq v1.10.7 // indirect
	github.com/mattn/go-colorable v0.1.8 // indirect
	github.com/mattn/go-isatty v0.0.12 // indirect
	golang.org/x/net v0.9.0 // indirect
	golang.org/x/sys v0.7.0 // indirect
	google.golang.org/appengine v1.6.7 // indirect
	google.golang.org/protobuf v1.28.0 // indirect
)