19 lines
431 B
Modula-2
19 lines
431 B
Modula-2
module go.buzzert.net/kordophone-mock
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/chzyer/readline v1.5.1
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/google/uuid v1.3.0
|
|
github.com/rs/zerolog v1.29.1
|
|
golang.org/x/net v0.14.0
|
|
)
|
|
|
|
require (
|
|
github.com/gorilla/websocket v1.5.3 // indirect
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
golang.org/x/sys v0.11.0 // indirect
|
|
)
|