Skip to content

Commit

Permalink
Release: v1.0.26-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
amir-the-h committed Oct 16, 2021
1 parent 9e4d000 commit edefb86
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.26-alpha
------------

### Changed

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

v1.0.25-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.24-alpha // indirect
github.com/amir-the-h/okex v1.0.25-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 @@ -66,6 +66,8 @@ github.com/amir-the-h/okex v1.0.23-alpha h1:qn1cfVviWZZ3Qv2KF1MHYQMb5yJX+HR2mttB
github.com/amir-the-h/okex v1.0.23-alpha/go.mod h1:ngcGmYzAiBKg18umdZqBDM8aluy3Q0gJMGSyeLo1XHA=
github.com/amir-the-h/okex v1.0.24-alpha h1:MejWCIs27gdlk3U13ehs/kQCkH1mZRpuiss/xF6Zank=
github.com/amir-the-h/okex v1.0.24-alpha/go.mod h1:ngcGmYzAiBKg18umdZqBDM8aluy3Q0gJMGSyeLo1XHA=
github.com/amir-the-h/okex v1.0.25-alpha h1:ED23yKJHLybeCZGQzxcniJHf9NZvgm+7UjodxvEW3Oc=
github.com/amir-the-h/okex v1.0.25-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 edefb86

Please sign in to comment.