diff --git a/README.md b/README.md
index 1373ab4d..4ef5c079 100644
--- a/README.md
+++ b/README.md
@@ -1,18 +1,25 @@
 # netstack
 
-This is a "fork" of https://github.com/google/gvisor, extracting out
+This was a "fork" of https://github.com/google/gvisor, extracting out
 just the "netstack" networking bits, which previously were
 self-contained at https://github.com/google/netstack.
 
+## UPDATE
+
+This repo is no longer maintained. As of Go 1.17 and its [lazy module
+loading](https://go.dev/ref/mod#lazy-loading) we no longer need it, so we now
+just use upstream gVisor directly.
+
 ## Why?
 
 Because [gVisor's `go.mod` is gigantic](https://github.com/google/gvisor/blob/go/go.mod)
 and causes problems to people trying to use it as a library.
 
-Arguably Go's tooling is also somewhat to blame:
-Go doesn't make it easy (or even possible) to use a subset (a few
-packages) out of a mega module like gVisor without getting impacted
-by otherwise-unrelated requirements of that dependent module.
+Arguably Go's tooling is also somewhat to blame: Go doesn't make it
+easy (or even possible) to use a subset (a few packages) out of a mega
+module like gVisor without getting impacted by otherwise-unrelated
+requirements of that dependent module. (Update: as of Go 1.17, this
+appears to be fixed; see UPDATE above)
 
 Specifically, [Tailscale](https://github.com/tailscale/tailscale)
 wanted to use gVisor's `tcpip` networking packages, which worked fine for a
diff --git a/debian/changelog b/debian/changelog
index 2ebf035c..8808bfe0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+golang-inet-netstack (0.0~git20220214.7585b01-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Tue, 22 Feb 2022 16:28:58 -0000
+
 golang-inet-netstack (0.0~git20211120.8aa80cf2-4) unstable; urgency=medium
 
   * Team upload