mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-02 07:20:00 +00:00
98263a7de6
* start fixing up tests * fix up tests + automate with drone * fiddle with linting * messing about with drone.yml * some more fiddling * hmmm * add cache * add vendor directory * verbose * ci updates * update some little things * update sig
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
|
|
)
|