aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: 54fc4b48f6da5298f61833576be6e699afcce759 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
module riedstra.dev/mitch/steam-export

go 1.19

require (
	github.com/barkimedes/go-deepcopy v0.0.0-20220514131651-17c30cfc62df // indirect
	github.com/gorilla/mux v1.8.0
	github.com/swaggo/http-swagger v1.1.1
	github.com/swaggo/swag v1.7.0
)