2
0

Remove dependency on gopkg.in/yaml.v2 (#175)

This commit is contained in:
Nikhita Raghunath
2023-01-19 09:52:36 +05:30
committed by GitHub
parent 47ffae2331
commit 215739b3bc
3 changed files with 1 additions and 29 deletions
+1 -4
View File
@@ -1,8 +1,5 @@
module github.com/natefinch/lumberjack
require (
github.com/BurntSushi/toml v0.3.1
gopkg.in/yaml.v2 v2.2.2
)
require github.com/BurntSushi/toml v0.3.1
go 1.13