source: code/trunk/go.mod@ 114

Last change on this file since 114 was 114, checked in by alex, 5 years ago

[mod] dependencies upgrades

  • fasthttp v1.14.0
  • net v0.0.0-20200707034311-ab3426394381
  • text v0.3.3
  • Dockerfile: golang:1.14-alpine, alpine:3.12 (add support for TLS1.3)
File size: 171 bytes
RevLine 
[107]1module github.com/asciimoo/morty
2
3go 1.14
4
5require (
[114]6 github.com/valyala/fasthttp v1.14.0
7 golang.org/x/net v0.0.0-20200707034311-ab3426394381
8 golang.org/x/text v0.3.3
[107]9)
Note: See TracBrowser for help on using the repository browser.