aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: 2a75d928fb8fc2f0f6d96deca75cb0c462b6c69f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module github.com/thousandeyes/shoelaces

go 1.21

require (
	github.com/gorilla/mux v1.8.0
	github.com/justinas/alice v1.2.0
	github.com/namsral/flag v1.7.4-pre
	gopkg.in/yaml.v2 v2.4.0
)

require (
	github.com/kr/text v0.2.0 // indirect
	github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
	gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
)
nihil fit ex nihilo