Skip to content

Commit

Permalink
FEAT: Migrated OWID to version 3 using ECDSA secp256r1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwrosewell committed Sep 8, 2021
1 parent 65d70b9 commit 9eb52c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/SWAN-community/swan-go
go 1.17

require (
github.com/SWAN-community/owid-go v0.1.5
github.com/SWAN-community/owid-go v0.1.6
github.com/SWAN-community/swift-go v0.1.5
github.com/google/uuid v1.3.0
)
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ github.com/Azure/go-autorest/tracing v0.6.0 h1:TYi4+3m5t6K48TGI9AUdb+IzbnSxvnvUM
github.com/Azure/go-autorest/tracing v0.6.0/go.mod h1:+vhtPC754Xsa23ID7GlGsrdKBpUA79WCAKPPZVC2DeU=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
github.com/SWAN-community/config-go v0.1.3 h1:HRAx3NpcQZUG+tb7rrp5KaIVOMYFOL+/rKcKppmcNu0=
github.com/SWAN-community/config-go v0.1.3/go.mod h1:cg7hrK7Iq1CboFOcc9h1AcfZ4Tt3cjwsY0yRAXVxDLo=
github.com/SWAN-community/owid-go v0.1.2 h1:aFfqnXOgJQQdW9KOKiEQLOU9Wmfqz4vPI9sPLYnBmCU=
github.com/SWAN-community/owid-go v0.1.2/go.mod h1:nrze/L+sBOvEw6XPeMb++xdwKdzQKyoG5A4Z5GhkzXU=
github.com/SWAN-community/swift-go v0.1.4 h1:RTvQr1wlrUPa+8B6hUW5IS/nkYw2d9HnZMGwV5JkK9M=
github.com/SWAN-community/swift-go v0.1.4/go.mod h1:TT/oeAVEUIkkrWDFjWhk0pzX9pNC+6F5f+YRERoEfCg=
github.com/SWAN-community/config-go v0.1.4 h1:D9/jOD2aDb7R8ymQ3s2+tLHqkMs2nhrekk7/x4xVuig=
github.com/SWAN-community/config-go v0.1.4/go.mod h1:cg7hrK7Iq1CboFOcc9h1AcfZ4Tt3cjwsY0yRAXVxDLo=
github.com/SWAN-community/owid-go v0.1.6 h1:wcrilx1ZVjS+SbvjSGTrWD4Zi58f/U6R+wMl4EzDRDA=
github.com/SWAN-community/owid-go v0.1.6/go.mod h1:4SpmnIYQHHQeTXcjpNEoqbcCaV7nvC3cTs7hkZVlxmU=
github.com/SWAN-community/swift-go v0.1.5 h1:j5an3wtOXruf3sRLZ8GYbuVne/3NoMVRZbevUjwSgrY=
github.com/SWAN-community/swift-go v0.1.5/go.mod h1:g9M2g+MJiw/RyNEKQ1cKMfm8Lens3mQxUOWyjGSEwvc=
github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY=
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o=
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY=
Expand Down

0 comments on commit 9eb52c4

Please sign in to comment.