Skip to content

Commit

Permalink
feat: update go-repo to v0.1.1 (#4113)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardlt authored and yesnault committed Mar 28, 2019
1 parent 5d63430 commit 9a90678
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ endif

modclean:
@echo "removing vendor directory... " && rm -rf vendor
@echo "cleaning modcache... " && GO111MODULE=on go clean -modcache || true
@echo "cleaning modcache... " && GO111MODULE=off go clean -modcache || true

mod:
@echo "running go mod tidy... " && GO111MODULE=on go mod tidy
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ require (
github.com/fernet/fernet-go v0.0.0-20151007213151-1b2437bc582b // indirect
github.com/fortytw2/leaktest v1.2.0 // indirect
github.com/fsamin/go-dump v1.0.8
github.com/fsamin/go-repo v0.1.0
github.com/fsamin/go-repo v0.1.1
github.com/fsamin/go-shredder v0.0.0-20180118184739-b2488aedb5be
github.com/gambol99/go-marathon v0.0.0-20170922093320-ec4a50170df7
github.com/garyburd/redigo v1.6.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ github.com/fortytw2/leaktest v1.2.0 h1:cj6GCiwJDH7l3tMHLjZDo0QqPtrXJiWSI9JgpeQKw
github.com/fortytw2/leaktest v1.2.0/go.mod h1:jDsjWgpAGjm2CA7WthBh/CdZYEPF31XHquHwclZch5g=
github.com/fsamin/go-dump v1.0.8 h1:xD9mGM+UZLwGIId73eNUTzHs0MQ6S+138plyw7c390g=
github.com/fsamin/go-dump v1.0.8/go.mod h1:ZgKd2aOXAFFbbFuUgvQhu7mwTlI3d3qnTICMWdvAa9o=
github.com/fsamin/go-repo v0.1.0 h1:5ZpaTfjaDQPUtZuMUJvGAw14rdRwWblqbhZ9nfosoBA=
github.com/fsamin/go-repo v0.1.0/go.mod h1:FjkhUwT3u2bCq7HcT+3hfMxkQhiKlfdvw91+fDHNRxo=
github.com/fsamin/go-repo v0.1.1 h1:m7x+yEPEXY+afNgdQ+gJMvEao3N5nJ6W9Tal6s0BYeg=
github.com/fsamin/go-repo v0.1.1/go.mod h1:FjkhUwT3u2bCq7HcT+3hfMxkQhiKlfdvw91+fDHNRxo=
github.com/fsamin/go-shredder v0.0.0-20180118184739-b2488aedb5be h1:UhjSvwE1gxUYfekK9BXZ/LL55we9Avg+2Pt0PIlMYCk=
github.com/fsamin/go-shredder v0.0.0-20180118184739-b2488aedb5be/go.mod h1:kuiNcf1lKxl4isIY6bHxbBatpLD43c2RKWIV/AGlhXY=
github.com/fsnotify/fsnotify v1.4.7 h1:IXs+QLmnXW2CcXuY+8Mzv/fWEsPGWxqefPtCP5CnV9I=
Expand Down
3 changes: 0 additions & 3 deletions vendor/github.com/fsamin/go-repo/repo.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ github.com/fatih/structs
github.com/fernet/fernet-go
# github.com/fsamin/go-dump v1.0.8
github.com/fsamin/go-dump
# github.com/fsamin/go-repo v0.1.0
# github.com/fsamin/go-repo v0.1.1
github.com/fsamin/go-repo
# github.com/fsamin/go-shredder v0.0.0-20180118184739-b2488aedb5be
github.com/fsamin/go-shredder
Expand Down

0 comments on commit 9a90678

Please sign in to comment.