Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Clutch
Commits
1439276f
Unverified
Commit
1439276f
authored
4 years ago
by
Renovate Bot
Browse files
Options
Download
Email Patches
Plain Diff
housekeeping: Update module google/uuid to v1.1.3
parent
c8f9fe71
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
backend/go.mod
+1
-1
backend/go.mod
backend/go.sum
+2
-0
backend/go.sum
with
3 additions
and
1 deletion
+3
-1
backend/go.mod
+
1
-
1
View file @
1439276f
...
...
@@ -18,7 +18,7 @@ require (
github.com/golang-migrate/migrate/v4 v4.14.1
github.com/golang/protobuf v1.4.3
github.com/google/go-github/v32 v32.1.0
github.com/google/uuid v1.1.
2
github.com/google/uuid v1.1.
3
github.com/grpc-ecosystem/go-grpc-middleware v1.2.2
github.com/grpc-ecosystem/grpc-gateway/v2 v2.0.1
github.com/iancoleman/strcase v0.1.2
...
...
This diff is collapsed.
Click to expand it.
backend/go.sum
+
2
-
0
View file @
1439276f
...
...
@@ -342,6 +342,8 @@ github.com/google/uuid v1.1.1 h1:Gkbcsh/GbpXz7lPftLA3P6TYMwjCLYm83jiFQZF/3gY=
github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
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.3 h1:twObb+9XcuH5B9V1TBCvvvZoO6iEdILi2a76PYn5rJI=
github.com/google/uuid v1.1.3/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/google/wire v0.3.0/go.mod h1:i1DMg/Lu8Sz5yYl25iOdmc5CT5qusaa+zmRWs16741s=
github.com/googleapis/gax-go v2.0.2+incompatible/go.mod h1:SFVmujtThgffbyetf+mdk2eWhX2bMyUtNHzFKcPA9HY=
github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg=
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help