mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-02 07:20:00 +00:00
9 lines
148 B
Modula-2
9 lines
148 B
Modula-2
|
module github.com/dsoprea/go-logging
|
||
|
|
||
|
go 1.13
|
||
|
|
||
|
require (
|
||
|
github.com/go-errors/errors v1.0.2
|
||
|
golang.org/x/net v0.0.0-20200501053045-e0ff5e5a1de5
|
||
|
)
|