comparison go.mod @ 70:00b02728b74f draft

Stop using logrus, updated dependencies Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
author yakumo.izuru
date Thu, 28 Sep 2023 01:46:46 +0000
parents 4b79810863f6
children d8727551f403
comparison
equal deleted inserted replaced
69:03019bbf2e0e 70:00b02728b74f
3 go 1.17 3 go 1.17
4 4
5 require ( 5 require (
6 github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385 6 github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385
7 github.com/russross/blackfriday/v2 v2.1.0 7 github.com/russross/blackfriday/v2 v2.1.0
8 github.com/sirupsen/logrus v1.9.0
9 github.com/yosssi/gcss v0.1.0 8 github.com/yosssi/gcss v0.1.0
10 gopkg.in/yaml.v2 v2.4.0 9 gopkg.in/yaml.v2 v2.4.0
11 ) 10 )
12
13 require golang.org/x/sys v0.0.0-20221010170243-090e33056c14 // indirect