summaryrefslogtreecommitdiff
path: root/go.mod
blob: adf01a9ec3934adf42f4792a5a7a210c63ebf054 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module git.hatecomputers.club/hatecomputers/hatecomputers.club

go 1.22.1

require (
	github.com/joho/godotenv v1.5.1
	github.com/mattn/go-sqlite3 v1.14.22
)

require (
	github.com/golang/protobuf v1.5.3 // indirect
	golang.org/x/net v0.22.0 // indirect
	golang.org/x/oauth2 v0.18.0 // indirect
	google.golang.org/appengine v1.6.7 // indirect
	google.golang.org/protobuf v1.31.0 // indirect
)