Skip to content

Commit

Permalink
Add vendor folder to gitignore + go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
pinosu committed Jul 24, 2023
1 parent 63a4a64 commit cea00ff
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2,488 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
mytestnet/
testnet/
vendor/
coverage.txt
.DS_Store
.idea
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ require (
github.com/docker/distribution v2.8.2+incompatible // indirect
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/dvsekhvalnov/jose2go v1.5.0 // indirect
github.com/felixge/httpsnoop v1.0.1 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/getsentry/sentry-go v0.17.0 // indirect
github.com/go-kit/kit v0.12.0 // indirect
Expand Down
Loading

0 comments on commit cea00ff

Please sign in to comment.