All checks were successful
Build Multi-Platform Binaries / build (push) Successful in 11m35s
12 lines
198 B
Modula-2
12 lines
198 B
Modula-2
module github.com/gotunnel
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/google/uuid v1.4.0
|
|
github.com/hashicorp/yamux v0.1.1
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require github.com/mattn/go-sqlite3 v1.14.32 // indirect
|