summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2021-01-26 00:05:16 +0700
committerShulhan <ms@kilabit.info>2021-01-26 00:05:16 +0700
commit004ca8bc561162deb1a58a82cbdcca241de9a6cb (patch)
tree3f81f60ecaf4fbd4dfb042b32cb15433f1fdddbd /go.mod
parent4f9e0bb76ce80aeeecfb539a5d41ffbf8402e638 (diff)
downloadrescached-4.0.0.tar.xz
Release rescached v4.0.0 (2021-01-25)v4.0.0
== New features Rescached now have a web user interface (wui) that can be accessed at http://127.0.0.1:5380. The interface can be used to monitoring caches, managing caches, environment, blocked hosts, internal hosts files, and zone files. == Breaking changes * The `rescached::dir.hosts` now default to "/etc/rescached/hosts.d" * The `rescached::dir.master` now default to "/etc/rescached/zone.d"
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 6 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 669d368..0a6fc71 100644
--- a/go.mod
+++ b/go.mod
@@ -1,7 +1,11 @@
-module github.com/shuLhan/rescached-go/v3
+module github.com/shuLhan/rescached-go/v4
go 1.14
-require github.com/shuLhan/share v0.22.1-0.20210121194620-62d4a5af43bb
+require (
+ github.com/shuLhan/share v0.22.1-0.20210124101421-f76dc891e371
+ golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect
+ golang.org/x/sys v0.0.0-20210123111255-9b0068b26619 // indirect
+)
//replace github.com/shuLhan/share => ../share