Skip to content

Commit

Permalink
Fix a data race in single_translation.go
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislas-m committed Apr 25, 2020
1 parent 400acd2 commit abf6494
Show file tree
Hide file tree
Showing 4 changed files with 128 additions and 10 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ module github.com/gobuffalo/mw-i18n
go 1.13

require (
github.com/gobuffalo/buffalo v0.15.4
github.com/gobuffalo/httptest v1.4.0
github.com/gobuffalo/packd v0.3.0
github.com/gobuffalo/buffalo v0.16.8
github.com/gobuffalo/httptest v1.5.0
github.com/gobuffalo/packd v1.0.0
github.com/pelletier/go-toml v1.6.0
github.com/stretchr/testify v1.4.0
github.com/stretchr/testify v1.5.1
gopkg.in/yaml.v2 v2.2.8
)
Loading

0 comments on commit abf6494

Please sign in to comment.