Skip to content

Commit

Permalink
Bump tstorage to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nakabonne committed Jun 1, 2021
1 parent 13f44c8 commit c3cd8ae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.16
- name: Login docker.io
run: docker login -u nakabonne -p ${{ secrets.DOCKER_PASSWORD }}
- name: Run GoReleaser
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/golang/mock v1.4.4
github.com/miekg/dns v1.1.17
github.com/mum4k/termdash v0.12.2
github.com/nakabonne/tstorage v0.0.0-20210530020657-70a15ff58f4b
github.com/nakabonne/tstorage v0.1.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.7.0
github.com/tsenart/vegeta/v12 v12.8.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ github.com/miekg/dns v1.1.17 h1:BhJxdA7bH51vKFZSY8Sn9pR7++LREvg0eYFzHA452ew=
github.com/miekg/dns v1.1.17/go.mod h1:WgzbA6oji13JREwiNsRDNfl7jYdPnmz+VEuLrA+/48M=
github.com/mum4k/termdash v0.12.2 h1:S2frz71OrXUKIVVZ3snYBEzyYlUNRTu0ElV6d5Pf6gI=
github.com/mum4k/termdash v0.12.2/go.mod h1:haerPCSO0U8pehROAecmuOHDF+2UXw2KaCTxdWooDFE=
github.com/nakabonne/tstorage v0.0.0-20210530020657-70a15ff58f4b h1:U1US9nmg6qgeiQgd55QfnNWv+AOZDeaWwFDlcTfQ6PI=
github.com/nakabonne/tstorage v0.0.0-20210530020657-70a15ff58f4b/go.mod h1:n1v68nvIeUguEaYuSqz1ycmiMkF02CJMKSJV0Of1h4w=
github.com/nakabonne/tstorage v0.1.0 h1:vXgoWm4w6It1JhLXex1YcoVYJ2q5OXdCFA+OpjFyLrE=
github.com/nakabonne/tstorage v0.1.0/go.mod h1:n1v68nvIeUguEaYuSqz1ycmiMkF02CJMKSJV0Of1h4w=
github.com/nsf/termbox-go v0.0.0-20200204031403-4d2b513ad8be h1:yzmWtPyxEUIKdZg4RcPq64MfS8NA6A5fNOJgYhpR9EQ=
github.com/nsf/termbox-go v0.0.0-20200204031403-4d2b513ad8be/go.mod h1:IuKpRQcYE1Tfu+oAQqaLisqDeXgjyyltCfsaoYN18NQ=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
Expand Down

0 comments on commit c3cd8ae

Please sign in to comment.