You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
420 B
15 lines
420 B
module git.tcp.direct/kayos/common |
|
|
|
go 1.17 |
|
|
|
require ( |
|
github.com/rs/zerolog v1.26.1 |
|
golang.org/x/crypto v0.0.0-20211215165025-cf75a172585e |
|
inet.af/netaddr v0.0.0-20211027220019-c74959edd3b6 |
|
) |
|
|
|
require ( |
|
go4.org/intern v0.0.0-20211027215823-ae77deb06f29 // indirect |
|
go4.org/unsafe/assume-no-moving-gc v0.0.0-20211027215541-db492cf91b37 // indirect |
|
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e // indirect |
|
)
|
|
|