Skip to content

Commit

Permalink
Release: v1.0.22-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
amir-the-h committed Oct 10, 2021
1 parent f4df02b commit 12312c0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ Changelog
=========
All notable changes to this project will be documented in this file.

v1.0.22-alpha
------------

### Changed

- Updated `github.com/amir-the-h/okex` to v1.0.22-alpha

v1.0.21-alpha
------------

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
require (
github.com/Kucoin/kucoin-go-sdk v1.2.7 // indirect
github.com/ajstarks/svgo v0.0.0-20210406150507-75cfd577ce75 // indirect
github.com/amir-the-h/okex v1.0.21-alpha // indirect
github.com/amir-the-h/okex v1.0.22-alpha // indirect
github.com/andybalholm/brotli v1.0.3 // indirect
github.com/bitly/go-simplejson v0.5.0 // indirect
github.com/fogleman/gg v1.3.0 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ github.com/amir-the-h/okex v1.0.20-alpha h1:+8Rdk3eLnLSoJgcfV7owI+BOQSMkbrrkSIIu
github.com/amir-the-h/okex v1.0.20-alpha/go.mod h1:ngcGmYzAiBKg18umdZqBDM8aluy3Q0gJMGSyeLo1XHA=
github.com/amir-the-h/okex v1.0.21-alpha h1:TZKU29yLa62qOMxkqujaSUpESWCA4KHsae/GnwhswYI=
github.com/amir-the-h/okex v1.0.21-alpha/go.mod h1:ngcGmYzAiBKg18umdZqBDM8aluy3Q0gJMGSyeLo1XHA=
github.com/amir-the-h/okex v1.0.22-alpha h1:cNvLRxIWS86+hJr68DIvszICU5/imcA+S6KNuUV6qik=
github.com/amir-the-h/okex v1.0.22-alpha/go.mod h1:ngcGmYzAiBKg18umdZqBDM8aluy3Q0gJMGSyeLo1XHA=
github.com/andybalholm/brotli v1.0.2/go.mod h1:loMXtMfwqflxFJPmdbJO0a3KNoPuLBgiu3qAvBg8x/Y=
github.com/andybalholm/brotli v1.0.3 h1:fpcw+r1N1h0Poc1F/pHbW40cUm/lMEQslZtCkBQ0UnM=
github.com/andybalholm/brotli v1.0.3/go.mod h1:fO7iG3H7G2nSZ7m0zPUDn85XEX2GTukHGRSepvi9Eig=
Expand Down

0 comments on commit 12312c0

Please sign in to comment.