hmn/go.mod

12 lines
231 B
Modula-2
Raw Normal View History

2021-03-09 08:05:07 +00:00
module git.handmade.network/hmn/hmn
go 1.16
require (
2021-03-11 00:49:14 +00:00
github.com/go-stack/stack v1.8.0
2021-03-09 08:05:07 +00:00
github.com/jackc/pgx/v4 v4.10.1
github.com/julienschmidt/httprouter v1.3.0
2021-03-11 00:49:14 +00:00
github.com/rs/zerolog v1.20.0
github.com/spf13/cobra v1.1.3
2021-03-09 08:05:07 +00:00
)