Projects STRLCPY dnstt Commits 2fe06754
🤬
  • Add `go 1.11` to go.mod.

    Recent versions of go (at least go1.14) automatically add a `go` line to
    go.mod with every command, such as `go build`. Adding one here so that
    builds don't wind up changing a versioned file. There doesn't seem to be
    much importance to what number goes here
    (https://utcc.utoronto.ca/~cks/space/blog/programming/GoModulesGoVersions).
    I've just verified that the programs build with go1.11.
  • Loading...
  • David Fifield committed 3 years ago
    2fe06754
    1 parent a6602a87
  • ■ ■ ■ ■ ■ ■
    go.mod
    1 1  module www.bamsoftware.com/git/dnstt.git
    2 2   
     3 +go 1.11
     4 + 
    3 5  require (
    4 6   github.com/flynn/noise v0.0.0-20180327030543-2492fe189ae6
    5 7   github.com/xtaci/kcp-go/v5 v5.5.12
    skipped 3 lines
Please wait...
Page is in error, reload to recover