2020-03-05 16:39:16 +00:00
|
|
|
module github.com/org/repo
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/gorilla/context v1.1.1
|
|
|
|
github.com/gorilla/handlers v1.3.0
|
|
|
|
github.com/gorilla/mux v1.6.2
|
2021-10-12 21:02:02 +00:00
|
|
|
github.com/lib/pq v1.10.3
|
2020-03-05 16:39:16 +00:00
|
|
|
)
|