File tree Expand file tree Collapse file tree 3 files changed +394
-0
lines changed
Expand file tree Collapse file tree 3 files changed +394
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ require (
1313 github.com/godbus/dbus/v5 v5.0.3
1414 github.com/golang/mock v1.4.3
1515 github.com/google/go-github/v32 v32.1.0
16+ github.com/google/uuid v1.1.1
1617 github.com/gorilla/handlers v1.4.2
1718 github.com/gorilla/mux v1.7.4
1819 github.com/gorilla/websocket v1.4.2
Original file line number Diff line number Diff line change @@ -122,6 +122,7 @@ github.com/google/martian v2.1.0+incompatible/go.mod h1:9I4somxYTbIHy5NJKHRl3wXi
122122github.com/google/pprof v0.0.0-20181206194817-3ea8567a2e57 /go.mod h1:zfwlbNMJ+OItoe0UupaVj+oy1omPYYDuagoSzA8v9mc =
123123github.com/google/pprof v0.0.0-20190515194954-54271f7e092f /go.mod h1:zfwlbNMJ+OItoe0UupaVj+oy1omPYYDuagoSzA8v9mc =
124124github.com/google/renameio v0.1.0 /go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI =
125+ github.com/google/uuid v1.1.1 h1:Gkbcsh/GbpXz7lPftLA3P6TYMwjCLYm83jiFQZF/3gY =
125126github.com/google/uuid v1.1.1 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
126127github.com/googleapis/gax-go/v2 v2.0.4 /go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg =
127128github.com/googleapis/gax-go/v2 v2.0.5 /go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5mhpdKc/us6bOk =
You can’t perform that action at this time.
0 commit comments