From 84aba256bb9184c9be2ee59ef77f2d6a81c98b5d Mon Sep 17 00:00:00 2001 From: Juan Font Alonso Date: Sat, 15 May 2021 00:06:17 +0200 Subject: [PATCH] Added some deps + updates --- go.mod | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/go.mod b/go.mod index 1718d06c..c01ab618 100644 --- a/go.mod +++ b/go.mod @@ -4,25 +4,25 @@ go 1.16 require ( github.com/fsnotify/fsnotify v1.4.9 // indirect - github.com/gin-gonic/gin v1.6.3 + github.com/gin-gonic/gin v1.7.1 github.com/hako/durafmt v0.0.0-20210316092057-3a2c319c1acd github.com/jinzhu/gorm v1.9.16 - github.com/json-iterator/go v1.1.10 // indirect - github.com/klauspost/compress v1.11.12 + github.com/json-iterator/go v1.1.11 // indirect + github.com/klauspost/compress v1.12.2 github.com/kr/text v0.2.0 // indirect - github.com/lib/pq v1.9.0 // indirect + github.com/lib/pq v1.10.1 // indirect github.com/mattn/go-sqlite3 v1.14.7 // indirect - github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect github.com/spf13/cobra v1.1.3 github.com/spf13/viper v1.7.1 github.com/stretchr/testify v1.7.0 // indirect - golang.org/x/crypto v0.0.0-20210317152858-513c2a44f670 - golang.org/x/text v0.3.5 // indirect - golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect - google.golang.org/appengine v1.6.6 // indirect - gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f + golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a + golang.org/x/text v0.3.6 // indirect + golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect + google.golang.org/appengine v1.6.7 // indirect + gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c gopkg.in/yaml.v2 v2.4.0 - inet.af/netaddr v0.0.0-20210317195617-2d42ec05f8a1 + gorm.io/datatypes v1.0.1 + inet.af/netaddr v0.0.0-20210511181906-37180328850c tailscale.com v1.6.0 )