This repository has been archived on 2022-11-03. You can view files and clone it, but cannot push or open issues or pull requests.
DevOpsOpenHack/apis/trips/go.mod

13 lines
311 B
Modula-2
Raw Permalink Normal View History

2022-11-03 20:41:13 +00:00
module github.com/Azure-Samples/openhack-devops-team/apis/trips
go 1.16
require (
github.com/codemodus/swagui v0.4.1
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/denisenkom/go-mssqldb v0.10.0
github.com/gorilla/mux v1.7.4
github.com/joho/godotenv v1.3.0
github.com/stretchr/testify v1.6.1
)