Skip to content

Commit

Permalink
feat: DLC 1.19 and bump go and node dep versions (#239)
Browse files Browse the repository at this point in the history
Co-authored-by: Pedro Faria <predofaria@gmail.com>
  • Loading branch information
pedrofaria and pedrofaria authored Apr 19, 2023
1 parent 19a425d commit ed3f46d
Show file tree
Hide file tree
Showing 6 changed files with 2,453 additions and 1,423 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.20.0
* Changes for DLC 1.19 #238
* Update golang dep versions
* Update node dep versions

## 1.19.0
* Fix some typo errors. #210 #212
* Fix float point handling for rain and cloud. #211
Expand Down
44 changes: 24 additions & 20 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,28 @@ module github.com/assetto-corsa-web/accweb
go 1.16

require (
github.com/appleboy/gin-jwt/v2 v2.7.0
github.com/gin-contrib/cors v1.3.1
github.com/gin-gonic/gin v1.7.7
github.com/go-openapi/swag v0.21.1 // indirect
github.com/go-playground/validator/v10 v10.10.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0
github.com/swaggo/swag v1.8.0
github.com/ugorji/go v1.2.6 // indirect
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
golang.org/x/net v0.0.0-20220225143145-3bcbab3f74ef // indirect
golang.org/x/sys v0.0.0-20220224120231-95c6836cb0e7 // indirect
golang.org/x/text v0.3.7
golang.org/x/tools v0.1.9 // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
github.com/appleboy/gin-jwt/v2 v2.9.1
github.com/bytedance/sonic v1.8.7 // indirect
github.com/gin-contrib/cors v1.4.0
github.com/gin-gonic/gin v1.9.0
github.com/go-openapi/jsonreference v0.20.2 // indirect
github.com/go-openapi/spec v0.20.8 // indirect
github.com/go-playground/validator/v10 v10.12.0 // indirect
github.com/goccy/go-json v0.10.2 // indirect
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
github.com/klauspost/cpuid/v2 v2.2.4 // indirect
github.com/leodido/go-urn v1.2.3 // indirect
github.com/mattn/go-isatty v0.0.18 // indirect
github.com/pelletier/go-toml/v2 v2.0.7 // indirect
github.com/sirupsen/logrus v1.9.0
github.com/stretchr/testify v1.8.2
github.com/swaggo/swag v1.16.1
github.com/ugorji/go/codec v1.2.11 // indirect
golang.org/x/arch v0.3.0 // indirect
golang.org/x/crypto v0.8.0 // indirect
golang.org/x/text v0.9.0
golang.org/x/tools v0.8.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/protobuf v1.30.0 // indirect
gopkg.in/yaml.v3 v3.0.1
)
Loading

0 comments on commit ed3f46d

Please sign in to comment.