26 lines
855 B
Modula-2
26 lines
855 B
Modula-2
module git.handmade.network/hmn/hmn
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/Masterminds/goutils v1.1.1 // indirect
|
|
github.com/Masterminds/semver v1.5.0 // indirect
|
|
github.com/Masterminds/sprig v2.22.0+incompatible
|
|
github.com/go-stack/stack v1.8.0
|
|
github.com/google/uuid v1.2.0
|
|
github.com/huandu/xstrings v1.3.2 // indirect
|
|
github.com/imdario/mergo v0.3.12 // indirect
|
|
github.com/jackc/pgconn v1.8.0
|
|
github.com/jackc/pgtype v1.6.2
|
|
github.com/jackc/pgx/v4 v4.10.1
|
|
github.com/mitchellh/copystructure v1.1.1 // indirect
|
|
github.com/rs/zerolog v1.20.0
|
|
github.com/spf13/cobra v1.1.3
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/teacat/noire v1.1.0
|
|
github.com/wellington/go-libsass v0.9.2
|
|
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
|
|
)
|
|
|
|
replace github.com/rs/zerolog v1.20.0 => github.com/bvisness/zerolog v1.20.1-0.20210321191248-05f63bf0e9e0
|