Go init
This commit is contained in:
parent
5760b73d99
commit
13d7cea2cb
2 changed files with 16 additions and 0 deletions
10
go.mod
Normal file
10
go.mod
Normal file
|
@ -0,0 +1,10 @@
|
|||
module git.hollander.online/energy/opendtu-logger
|
||||
|
||||
go 1.21.5
|
||||
|
||||
require (
|
||||
github.com/gorilla/websocket v1.5.1
|
||||
github.com/lib/pq v1.10.9
|
||||
)
|
||||
|
||||
require golang.org/x/net v0.17.0 // indirect
|
Loading…
Add table
Add a link
Reference in a new issue