source: code/trunk/go.mod@ 112

Last change on this file since 112 was 108, checked in by asciimoo, 5 years ago

Merge pull request #85 from Equim-chan/gomod

add go.mod and go.sum

File size: 170 bytes
Line 
1module github.com/asciimoo/morty
2
3go 1.14
4
5require (
6 github.com/valyala/fasthttp v1.9.0
7 golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
8 golang.org/x/text v0.3.2
9)
Note: See TracBrowser for help on using the repository browser.