
* 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) git-svn-id: file:///srv/svn/repo/yukari/trunk@114 f3bd38d9-da89-464d-a02a-eb04e43141b5
10 lines
171 B
Modula-2
10 lines
171 B
Modula-2
module github.com/asciimoo/morty
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/valyala/fasthttp v1.14.0
|
|
golang.org/x/net v0.0.0-20200707034311-ab3426394381
|
|
golang.org/x/text v0.3.3
|
|
)
|