aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: f3bba69a1c2acae03c2b2ed9791fd08f1eb7427e (plain) (blame)
1
2
3
4
5
6
7
8
module github.com/fuwn/space

go 1.16

require (
	github.com/pitr/gig v0.9.8
	github.com/spf13/viper v1.8.1
)