File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed
Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 1- module luno-go
1+ module github.com/luno/ luno-go
22
33go 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
Original file line number Diff line number Diff line change 1- github.com/gorilla/websocket v1.4.2 /go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE =
21github.com/gorilla/websocket v1.5.0 h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWmnc =
32github.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 =
Original file line number Diff line number Diff line change 11package luno
22
3- const Version = "0.0.27 "
3+ const Version = "0.0.28 "
44
55// vi: ft=go
You can’t perform that action at this time.
0 commit comments