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
小 白蛋
Mizu
Commits
81403113
Commit
81403113
authored
3 years ago
by
Rami Berman
Browse files
Options
Download
Email Patches
Plain Diff
Update go.mod, go.sum, and 2 more files...
parent
0e8a5de5
feature/TRA-3868_move_watches_to_shared
feature/TRA-3842_daemon_mode
No related merge requests found
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
agent/go.mod
+3
-3
agent/go.mod
agent/go.sum
+141
-124
agent/go.sum
cli/go.sum
+116
-107
cli/go.sum
shared/go.mod
+4
-4
shared/go.mod
with
264 additions
and
238 deletions
+264
-238
agent/go.mod
+
3
-
3
View file @
81403113
...
...
@@ -23,9 +23,9 @@ require (
go.mongodb.org/mongo-driver v1.7.1
gorm.io/driver/sqlite v1.1.4
gorm.io/gorm v1.21.8
k8s.io/api v0.2
1.2
k8s.io/apimachinery v0.2
1.2
k8s.io/client-go v0.2
1.2
k8s.io/api v0.2
2.3
k8s.io/apimachinery v0.2
2.3
k8s.io/client-go v0.2
2.3
)
replace github.com/up9inc/mizu/shared v0.0.0 => ../shared
...
...
This diff is collapsed.
Click to expand it.
agent/go.sum
+
141
-
124
View file @
81403113
This diff is collapsed.
Click to expand it.
cli/go.sum
+
116
-
107
View file @
81403113
This diff is collapsed.
Click to expand it.
shared/go.mod
+
4
-
4
View file @
81403113
...
...
@@ -8,10 +8,10 @@ require (
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/up9inc/mizu/tap/api v0.0.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
k8s.io/api v0.2
1.2
k8s.io/apimachinery v0.2
1.2
k8s.io/client-go v0.2
1.2
k8s.io/kubectl v0.2
1.2
k8s.io/api v0.2
2.3
k8s.io/apimachinery v0.2
2.3
k8s.io/client-go v0.2
2.3
k8s.io/kubectl v0.2
2.3
)
replace github.com/up9inc/mizu/tap/api v0.0.0 => ../tap/api
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