diff --git a/go.mod b/go.mod index e023300..a06a9a3 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/dcos/dcos-go v0.0.0-20190205125227-3b86d9c7fac3 github.com/fsnotify/fsnotify v1.4.9 // indirect github.com/go-ole/go-ole v1.2.4 // indirect - github.com/google/uuid v1.1.2 + github.com/google/uuid v1.1.5 github.com/gorilla/handlers v1.5.1 github.com/gorilla/mux v1.8.0 github.com/mitchellh/mapstructure v1.3.3 diff --git a/go.sum b/go.sum index 093d7c4..409574d 100644 --- a/go.sum +++ b/go.sum @@ -121,6 +121,7 @@ github.com/google/pprof v0.0.0-20190515194954-54271f7e092f/go.mod h1:zfwlbNMJ+OI github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI= github.com/google/uuid v1.1.2 h1:EVhdT+1Kseyi1/pUmXKaFxYsDNy9RQYkMWRH68J/W7Y= github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= +github.com/google/uuid v1.1.5/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5mhpdKc/us6bOk= github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 h1:EGx4pi6eqNxGaHF6qqu48+N2wcFQ5qg5FXgOdqsJ5d8=