diff options
| author | 2023-12-01 00:08:17 +0100 | |
|---|---|---|
| committer | 2023-12-01 00:08:17 +0100 | |
| commit | 82a2667cc6c875cca66a09dade7cbb2d647024d1 (patch) | |
| tree | 128c0dffb280942bd6e916a48a2c65bab9531461 /go.mod | |
| parent | add boltdb support, make it default (diff) | |
remove libuconf, switch back to go flagmaster
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 ) |
