Upgrade direct dependencies

This commit is contained in:
Quentin McGaw
2020-12-29 01:06:08 +00:00
parent cdd1f87437
commit da4e410bb7
2 changed files with 16 additions and 3 deletions

6
go.mod
View File

@@ -3,12 +3,12 @@ module github.com/qdm12/gluetun
go 1.15
require (
github.com/fatih/color v1.9.0
github.com/fatih/color v1.10.0
github.com/golang/mock v1.4.4
github.com/kyokomi/emoji v2.2.4+incompatible
github.com/qdm12/golibs v0.0.0-20201025221346-fe352060c25a
github.com/qdm12/golibs v0.0.0-20201227203847-2fd99ffdfdba
github.com/qdm12/ss-server v0.1.0
github.com/stretchr/testify v1.6.1
github.com/vishvananda/netlink v1.1.0
golang.org/x/sys v0.0.0-20201018121011-98379d014ca7
golang.org/x/sys v0.0.0-20201223074533-0d417f636930
)