mirror of
https://github.com/tuna/tunasync.git
synced 2025-04-21 04:42:46 +00:00
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.5.0 to 1.7.0. - [Release notes](https://github.com/gin-gonic/gin/releases) - [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md) - [Commits](https://github.com/gin-gonic/gin/compare/v1.5.0...v1.7.0) --- updated-dependencies: - dependency-name: github.com/gin-gonic/gin dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
29 lines
1.1 KiB
Modula-2
29 lines
1.1 KiB
Modula-2
module github.com/tuna/tunasync
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a // indirect
|
|
github.com/alicebob/miniredis v2.5.0+incompatible
|
|
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/dgraph-io/badger/v2 v2.2007.2
|
|
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
|
|
github.com/gin-gonic/gin v1.7.0
|
|
github.com/go-redis/redis/v8 v8.3.0
|
|
github.com/gomodule/redigo v1.8.2 // indirect
|
|
github.com/imdario/mergo v0.3.9
|
|
github.com/pkg/errors v0.9.1
|
|
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/syndtr/goleveldb v1.0.0
|
|
github.com/urfave/cli v1.22.3
|
|
github.com/yuin/gopher-lua v0.0.0-20191220021717-ab39c6098bdb // indirect
|
|
golang.org/x/sys v0.0.0-20200519105757-fe76b779f299
|
|
gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473
|
|
)
|