...

Text file src/github.com/dsoprea/go-logging/go.mod

Documentation: github.com/dsoprea/go-logging

     1module github.com/dsoprea/go-logging
     2
     3go 1.13
     4
     5require (
     6	github.com/go-errors/errors v1.0.2
     7	golang.org/x/net v0.0.0-20200501053045-e0ff5e5a1de5
     8)

View as plain text