Skip to content

Commit

Permalink
Bump versions, travis in Bionic
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlanmunro committed Feb 10, 2021
1 parent 9af759c commit b9fd043
Show file tree
Hide file tree
Showing 3 changed files with 410 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dist: trusty
dist: bionic
language: go

go:
Expand Down
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
module github.com/lachlanmunro/chowder

go 1.12
go 1.15

require (
github.com/julienschmidt/httprouter v1.2.0
github.com/prometheus/client_golang v0.9.2
github.com/rs/zerolog v1.13.0
github.com/stretchr/testify v1.3.0
gopkg.in/yaml.v2 v2.2.2
github.com/julienschmidt/httprouter v1.3.0
github.com/prometheus/client_golang v1.9.0
github.com/rs/zerolog v1.20.0
github.com/stretchr/testify v1.7.0
gopkg.in/yaml.v2 v2.4.0
)
Loading

0 comments on commit b9fd043

Please sign in to comment.