Skip to content

Commit

Permalink
Update go support list
Browse files Browse the repository at this point in the history
  • Loading branch information
rs committed Dec 12, 2019
1 parent dcbccb7 commit a57a3ff
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: go
go:
- "1.10"
- "1.11"
- "1.12"
- "1.13"
- tip
matrix:
allow_failures:
Expand Down
17 changes: 17 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1 +1,18 @@
module github.com/rs/cors

go 1.13

require (
github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0 // indirect
github.com/codegangsta/negroni v1.0.0
github.com/gin-gonic/gin v1.5.0
github.com/go-martini/martini v0.0.0-20170121215854-22fa46961aab
github.com/gobuffalo/buffalo v0.15.3
github.com/gorilla/mux v1.7.3
github.com/julienschmidt/httprouter v1.3.0
github.com/justinas/alice v1.2.0
github.com/martini-contrib/render v0.0.0-20150707142108-ec18f8345a11
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect
github.com/pressly/chi v4.0.2+incompatible
github.com/zenazn/goji v0.9.0
)

0 comments on commit a57a3ff

Please sign in to comment.