Skip to content

Commit

Permalink
fix version of assert
Browse files Browse the repository at this point in the history
  • Loading branch information
shueybubbles committed Aug 10, 2023
1 parent 7470268 commit 735f602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ install:
- go get -u github.com/golang-sql/civil
- go get -u github.com/golang-sql/sqlexp
- go get -u golang.org/x/crypto/md4
- go get github.com/stretchr/testify/assert
- go get github.com/stretchr/testify/assert@v1.8.1
- go get -u golang.org/x/text/encoding/unicode

build_script:
Expand Down

0 comments on commit 735f602

Please sign in to comment.