-
-
Notifications
You must be signed in to change notification settings - Fork 43
/
go.mod
38 lines (35 loc) · 1.41 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
module github.com/ironsmile/euterpe
go 1.21
require (
github.com/dhowden/tag v0.0.0-20240417053706-3d75831295e8
github.com/gbrlsnchs/jwt/v3 v3.0.1
github.com/gorilla/mux v1.6.2
github.com/howeyc/fsnotify v0.9.0
github.com/ironsmile/sql-migrate v0.0.0-20180302150855-e167f4809da4
github.com/ironsmile/wrapfs v1.0.0
github.com/liyue201/goqr v0.0.0-20200803022322-df443203d4ea
github.com/mattn/go-sqlite3 v1.14.10
github.com/maxbrunsfeld/counterfeiter/v6 v6.4.1
github.com/pborman/uuid v0.0.0-20170612153648-e790cca94e6c
github.com/skip2/go-qrcode v0.0.0-20171229120447-cf5f9fa2f0d8
github.com/spf13/afero v1.6.0
github.com/terminalstatic/go-xsd-validate v0.1.5
github.com/wtolson/go-taglib v0.0.0-20180718000046-586eb63c2628
golang.org/x/image v0.19.0
golang.org/x/sync v0.8.0
gopkg.in/mineo/gocaa.v1 v1.0.0-20180225115936-2500f801cd83
)
require (
github.com/go-sql-driver/mysql v1.6.0 // indirect
github.com/gobuffalo/packr v1.30.1 // indirect
github.com/gorilla/context v1.1.1 // indirect
github.com/lib/pq v1.10.4 // indirect
github.com/magefile/mage v1.12.1 // indirect
github.com/ziutek/mymysql v1.5.4 // indirect
golang.org/x/crypto v0.26.0 // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/text v0.17.0 // indirect
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/gorp.v1 v1.7.1 // indirect
)