Go module fix

This commit is contained in:
ImVexed 2019-10-01 21:49:22 -05:00
parent 5d4d5cf3a2
commit 19e8be485d
No known key found for this signature in database
GPG Key ID: F16360BA6A2715B8
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
module cra
go 1.13
require golang.org/x/net v0.0.0-20190930134127-c5a3c61f89f3

View File

@ -1,4 +1,4 @@
package main
package muon
import (
"net"