-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
22 lines (20 loc) · 892 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/pavilkau/iconorrhea
go 1.19
require (
github.com/BurntSushi/toml v1.2.0 // indirect
github.com/google/go-cmp v0.5.8 // indirect
github.com/joho/godotenv v1.4.0 // indirect
github.com/lib/pq v1.10.7 // indirect
github.com/sergi/go-diff v1.1.0 // indirect
golang.org/x/exp/typeparams v0.0.0-20220722155223-a9213eeb770e // indirect
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/tools v0.1.13-0.20220812184215-3f9b119300de // indirect
golang.org/x/tools/gopls v0.9.4 // indirect
golang.org/x/vuln v0.0.0-20220725105440-4151a5aca1df // indirect
honnef.co/go/tools v0.3.2 // indirect
mvdan.cc/gofumpt v0.3.1 // indirect
mvdan.cc/xurls/v2 v2.4.0 // indirect
)