Skip to content

Commit

Permalink
Merge pull request argoproj#2 from rimolive/rmartine
Browse files Browse the repository at this point in the history
UPSTREAM: <carry>: Add staticfiles to Go module file
  • Loading branch information
rimolive authored Feb 8, 2024
2 parents d96730c + eb37984 commit 9743dda
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,9 @@ require (
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
)

require github.com/whilp/git-urls v1.0.0 // indirect
require (
bou.ke/staticfiles v0.0.0-20210106104248-dd04075d4104 // indirect
github.com/whilp/git-urls v1.0.0 // indirect
)

replace github.com/go-git/go-git/v5 => github.com/argoproj-labs/go-git/v5 v5.4.4
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
bou.ke/staticfiles v0.0.0-20210106104248-dd04075d4104 h1:EX9woBfEDHA1l8fPOsdEyeSI5rNRPVBb8AqIHm7jPU4=
bou.ke/staticfiles v0.0.0-20210106104248-dd04075d4104/go.mod h1:JpKWzdMX3ZBe8DYU+jWnZyYT4tJR9pMee/kPGvap41o=
cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU=
Expand Down

0 comments on commit 9743dda

Please sign in to comment.