-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
18 lines (16 loc) · 575 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/l3uddz/movearr
go 1.14
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/alecthomas/kong v0.2.12
github.com/blang/semver v3.5.1+incompatible
github.com/kirsle/configdir v0.0.0-20170128060238-e45d2f54772f
github.com/mattn/go-sqlite3 v1.14.5
github.com/natefinch/lumberjack v2.0.0+incompatible
github.com/pkg/errors v0.9.1
github.com/rhysd/go-github-selfupdate v1.2.2
github.com/rs/zerolog v1.20.0
golang.org/x/sys v0.0.0-20201223074533-0d417f636930
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
gopkg.in/yaml.v2 v2.4.0
)