Skip to content

Commit 48340b9

Browse files
authored
Bump version, fix module name (#99)
1 parent 934dffa commit 48340b9

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

go.mod

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
module luno-go
1+
module github.com/luno/luno-go
22

33
go 1.20
44

5-
require (
6-
github.com/gorilla/websocket v1.5.0
7-
github.com/luno/luno-go v0.0.27
8-
)
5+
require github.com/gorilla/websocket v1.5.0

go.sum

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
21
github.com/gorilla/websocket v1.5.0 h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWmnc=
32
github.com/gorilla/websocket v1.5.0/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
4-
github.com/luno/luno-go v0.0.27 h1:WP7A2VOFerhRhoieOMzNzjZAa+v2WyQP3aBkFQZV7+Y=
5-
github.com/luno/luno-go v0.0.27/go.mod h1:JzA7V55+qmzj+Ea2jL4wAfl7Tf5YX6mM5Y5U3yN4Ts4=

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package luno
22

3-
const Version = "0.0.27"
3+
const Version = "0.0.28"
44

55
// vi: ft=go

0 commit comments

Comments
 (0)