Skip to content

Commit 8e60b9d

Browse files
author
lahsivjar
committed
Upgrade dependencies
1 parent 1700066 commit 8e60b9d

File tree

4 files changed

+1104
-933
lines changed

4 files changed

+1104
-933
lines changed

go.mod

Lines changed: 22 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,29 @@ module github.com/lahsivjar/grafonnet-playground
33
go 1.12
44

55
require (
6-
github.com/gin-gonic/contrib v0.0.0-20190526021735-7fb7810ed2a0
7-
github.com/gin-gonic/gin v1.4.0
8-
github.com/golang/protobuf v1.3.3 // indirect
9-
github.com/google/go-jsonnet v0.12.1
10-
github.com/json-iterator/go v1.1.9 // indirect
11-
github.com/sergi/go-diff v1.0.0 // indirect
6+
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect
7+
github.com/fsnotify/fsnotify v1.4.9 // indirect
8+
github.com/gin-gonic/contrib v0.0.0-20200810162008-6dee08bf958e
9+
github.com/gin-gonic/gin v1.6.3
10+
github.com/go-playground/validator/v10 v10.3.0 // indirect
11+
github.com/golang/protobuf v1.4.2 // indirect
12+
github.com/google/go-jsonnet v0.16.0
13+
github.com/json-iterator/go v1.1.10 // indirect
14+
github.com/mitchellh/mapstructure v1.3.3 // indirect
15+
github.com/pelletier/go-toml v1.8.0 // indirect
1216
github.com/sirupsen/logrus v1.6.0
13-
github.com/spf13/afero v1.2.2 // indirect
17+
github.com/spf13/afero v1.3.4 // indirect
18+
github.com/spf13/cast v1.3.1 // indirect
19+
github.com/spf13/jwalterweatherman v1.1.0 // indirect
1420
github.com/spf13/pflag v1.0.5 // indirect
15-
github.com/spf13/viper v1.4.0
16-
github.com/stretchr/testify v1.4.0
21+
github.com/spf13/viper v1.7.1
22+
github.com/stretchr/testify v1.6.1
23+
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 // indirect
1724
golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect
18-
golang.org/x/sys v0.0.0-20200610111108-226ff32320da // indirect
19-
golang.org/x/text v0.3.2 // indirect
20-
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
21-
gopkg.in/yaml.v2 v2.2.8 // indirect
25+
golang.org/x/sys v0.0.0-20200821140526-fda516888d29 // indirect
26+
google.golang.org/protobuf v1.25.0 // indirect
27+
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
28+
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
29+
gopkg.in/ini.v1 v1.60.0 // indirect
30+
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
2231
)

0 commit comments

Comments
 (0)