gpaste/go.mod
Torjus Håkestad 41e82fb21e
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add config test and update from env
2022-01-19 00:38:25 +01:00

22 lines
469 B
Modula-2

module git.t-juice.club/torjus/gpaste
go 1.17
require github.com/google/uuid v1.3.0
require github.com/go-chi/chi/v5 v5.0.7
require (
github.com/google/go-cmp v0.5.6
github.com/pelletier/go-toml v1.9.4
github.com/urfave/cli/v2 v2.3.0
go.uber.org/zap v1.20.0
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.7.0 // indirect
)