From 82a2667cc6c875cca66a09dade7cbb2d647024d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chlo=C3=A9=20Vulquin?= Date: Fri, 1 Dec 2023 00:08:17 +0100 Subject: remove libuconf, switch back to go flag --- go.mod | 2 -- 1 file changed, 2 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 05fa348..10ccff4 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,6 @@ module toast.cafe/x/brpaste/v2 go 1.13 require ( - github.com/BurntSushi/toml v1.3.2 // indirect github.com/fasthttp/router v0.5.2 github.com/go-redis/redis/v7 v7.0.0-beta.4 github.com/golang/protobuf v1.3.1 // indirect @@ -16,5 +15,4 @@ require ( golang.org/x/sys v0.15.0 // indirect golang.org/x/text v0.3.2 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect - toast.cafe/x/libuconf v0.0.0-20200419230957-881131b6a896 ) -- cgit v1.2.3