2
0

fix module declaration and remove toml dependency (#178)

This commit is contained in:
Nate Finch
2023-02-06 14:38:14 -05:00
committed by GitHub
parent 215739b3bc
commit 4cb27fcfbb
3 changed files with 1 additions and 28 deletions
+1 -3
View File
@@ -1,5 +1,3 @@
module github.com/natefinch/lumberjack
require github.com/BurntSushi/toml v0.3.1
module gopkg.in/natefinch/lumberjack.v2
go 1.13