2024-09-06 01:09:41 -07:00
|
|
|
module go.buzzert.net/kordophone-mock
|
2023-06-16 23:35:41 -07:00
|
|
|
|
|
|
|
|
go 1.17
|
|
|
|
|
|
2023-06-18 13:11:51 -07:00
|
|
|
require (
|
2025-06-17 00:39:50 -07:00
|
|
|
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
|
2023-06-22 11:03:00 -07:00
|
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
|
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
2023-08-13 00:33:46 -07:00
|
|
|
golang.org/x/sys v0.11.0 // indirect
|
2023-06-18 13:11:51 -07:00
|
|
|
)
|