Skip to content

Commit

Permalink
chore: version fix (#290)
Browse files Browse the repository at this point in the history
* chore: version fix

* remove go version directive
  • Loading branch information
pgautier404 authored Mar 24, 2023
1 parent c7de675 commit 43d2ae4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions examples/go.mod
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
module github.com/momentohq/go-example

require (
github.com/google/uuid v1.3.0
github.com/momentohq/client-sdk-go v0.16.0

// the hrtime and hdrhistogram-go modules are not required to use momento, but
// they are used in the loadgen example
github.com/HdrHistogram/hdrhistogram-go v1.1.2
github.com/google/uuid v1.3.0
github.com/loov/hrtime v1.0.3
github.com/momentohq/client-sdk-go v1.0.0

// logrus is not required to use momento, but it is used in the logging-example
github.com/sirupsen/logrus v1.9.0
Expand Down
4 changes: 2 additions & 2 deletions examples/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/loov/hrtime v1.0.3 h1:LiWKU3B9skJwRPUf0Urs9+0+OE3TxdMuiRPOTwR0gcU=
github.com/loov/hrtime v1.0.3/go.mod h1:yDY3Pwv2izeY4sq7YcPX/dtLwzg5NU1AxWuWxKwd0p0=
github.com/momentohq/client-sdk-go v0.15.0 h1:CQHIDn2vEPz7MR3e05g49Yjfog85xbvRRtUGek8a0Zc=
github.com/momentohq/client-sdk-go v0.15.0/go.mod h1:FyLAPNLKClfyMlJqYJ/QVBXeciapiYr6cMF5UycPvqE=
github.com/momentohq/client-sdk-go v1.0.0 h1:pctp3oEAu7FqXZG6tEVo6fiCBLk/yMRT3JohFz3NCUk=
github.com/momentohq/client-sdk-go v1.0.0/go.mod h1:FyLAPNLKClfyMlJqYJ/QVBXeciapiYr6cMF5UycPvqE=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/onsi/ginkgo/v2 v2.8.1 h1:xFTEVwOFa1D/Ty24Ws1npBWkDYEV9BqZrsDxVrVkrrU=
github.com/onsi/gomega v1.26.0 h1:03cDLK28U6hWvCAns6NeydX3zIm4SF3ci69ulidS32Q=
Expand Down

0 comments on commit 43d2ae4

Please sign in to comment.