Skip to content

Commit

Permalink
Bump version, fix module name (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
neilgarb authored May 15, 2023
1 parent 934dffa commit 48340b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
7 changes: 2 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
module luno-go
module github.com/luno/luno-go

go 1.20

require (
github.com/gorilla/websocket v1.5.0
github.com/luno/luno-go v0.0.27
)
require github.com/gorilla/websocket v1.5.0
3 changes: 0 additions & 3 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
github.com/gorilla/websocket v1.5.0 h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWmnc=
github.com/gorilla/websocket v1.5.0/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
github.com/luno/luno-go v0.0.27 h1:WP7A2VOFerhRhoieOMzNzjZAa+v2WyQP3aBkFQZV7+Y=
github.com/luno/luno-go v0.0.27/go.mod h1:JzA7V55+qmzj+Ea2jL4wAfl7Tf5YX6mM5Y5U3yN4Ts4=
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package luno

const Version = "0.0.27"
const Version = "0.0.28"

// vi: ft=go

0 comments on commit 48340b9

Please sign in to comment.