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
fb1cb022
Commit
fb1cb022
authored
3 years ago
by
Daniel Hochman
Browse files
Options
Download
Email Patches
Plain Diff
tidy
parent
cc8e4427
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
backend/go.mod
+1
-2
backend/go.mod
backend/go.sum
+0
-2
backend/go.sum
with
1 addition
and
4 deletions
+1
-4
backend/go.mod
+
1
-
2
View file @
fb1cb022
...
...
@@ -46,10 +46,9 @@ require (
github.com/shurcooL/vfsgen v0.0.0-20200824052919-0d455de96546
github.com/slack-go/slack v0.10.1
github.com/stretchr/testify v1.7.0
github.com/uber-go/tally v3.4.2+incompatible
github.com/uber-go/tally/v4 v4.1.1
go.temporal.io/sdk v1.12.0
go.temporal.io/sdk/contrib/tally v0.1.0
// indirect
go.temporal.io/sdk/contrib/tally v0.1.0
go.uber.org/zap v1.20.0
golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
...
...
This diff is collapsed.
Click to expand it.
backend/go.sum
+
0
-
2
View file @
fb1cb022
...
...
@@ -1119,8 +1119,6 @@ github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1
github.com/twitchtv/twirp v8.1.0+incompatible/go.mod h1:RRJoFSAmTEh2weEqWtpPE3vFK5YBhA6bqp2l1kfCC5A=
github.com/twmb/murmur3 v1.1.5 h1:i9OLS9fkuLzBXjt6dptlAEyk58fJsSTXbRg3SgVyqgk=
github.com/twmb/murmur3 v1.1.5/go.mod h1:Qq/R7NUyOfr65zD+6Q5IHKsJLwP7exErjN6lyyq3OSQ=
github.com/uber-go/tally v3.4.2+incompatible h1:wEKPHq3KIjguuHz/M6SXVjDlUTh+39OtnhlLWsfR7z0=
github.com/uber-go/tally v3.4.2+incompatible/go.mod h1:YDTIBxdXyOU/sCWilKB4bgyufu1cEi0jdVnRdxvjnmU=
github.com/uber-go/tally/v4 v4.1.1 h1:jhy6WOZp4nHyCqeV43x3Wz370LXUGBhgW2JmzOIHCWI=
github.com/uber-go/tally/v4 v4.1.1/go.mod h1:aXeSTDMl4tNosyf6rdU8jlgScHyjEGGtfJ/uwCIf/vM=
github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc=
...
...
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