mirror of
https://codeberg.org/superseriousbusiness/gotosocial.git
synced 2024-12-18 15:11:47 +03: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
8 lines
148 B
Modula-2
8 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
|
|
)
|