hmn/go.mod

12 lines
231 B
Modula-2

module git.handmade.network/hmn/hmn
go 1.16
require (
github.com/go-stack/stack v1.8.0
github.com/jackc/pgx/v4 v4.10.1
github.com/julienschmidt/httprouter v1.3.0
github.com/rs/zerolog v1.20.0
github.com/spf13/cobra v1.1.3
)