about summary refs log tree commit diff stats
path: root/go.mod
blob: 85f2b1a1e39ba58ee9748c3a56ebad7a0a92a880 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module git.sr.ht/~gbmor/getwtxt

go 1.11

require (
	github.com/fsnotify/fsnotify v1.4.9
	github.com/gorilla/handlers v1.4.2
	github.com/gorilla/mux v1.7.4
	github.com/mattn/go-sqlite3 v2.0.3+incompatible
	github.com/spf13/pflag v1.0.5
	github.com/spf13/viper v1.7.0
	github.com/syndtr/goleveldb v1.0.0
	golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
	golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
)