mod: Bump dependencies

This commit is contained in:
Daan Sprenkels
2020-04-22 19:30:20 +02:00
parent b73317c249
commit c0e4ac2c40
2 changed files with 41 additions and 4 deletions

8
go.mod
View File

@@ -4,8 +4,8 @@ go 1.12
require (
github.com/google/uuid v1.1.1
github.com/gorilla/mux v1.7.3
github.com/pkg/errors v0.8.1
github.com/prometheus/client_golang v1.1.0
go.etcd.io/bbolt v1.3.3
github.com/gorilla/mux v1.7.4
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.5.1
go.etcd.io/bbolt v1.3.4
)