mirror of
https://github.com/tuna/tunasync.git
synced 2025-04-21 04:42:46 +00:00
22 lines
774 B
Modula-2
22 lines
774 B
Modula-2
module github.com/tuna/tunasync
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239
|
|
github.com/boltdb/bolt v1.3.1
|
|
github.com/codeskyblue/go-sh v0.0.0-20190412065543-76bd3d59ff27
|
|
github.com/dennwc/btrfs v0.0.0-20190517175702-d917b30ff035
|
|
github.com/gin-gonic/gin v1.5.0
|
|
github.com/imdario/mergo v0.3.9
|
|
github.com/mattn/goveralls v0.0.5 // indirect
|
|
github.com/pkg/profile v1.4.0
|
|
github.com/ryszard/goskiplist v0.0.0-20150312221310-2dfbae5fcf46
|
|
github.com/smartystreets/goconvey v1.6.4
|
|
github.com/urfave/cli v1.22.3
|
|
golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527
|
|
golang.org/x/tools v0.0.0-20200312194400-c312e98713c2 // indirect
|
|
gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473
|
|
)
|