diff options
author | Matt Joiner <anacrolix@gmail.com> | 2019-11-03 11:58:25 +1100 |
---|---|---|
committer | Matt Joiner <anacrolix@gmail.com> | 2019-11-03 11:58:25 +1100 |
commit | 03100e7851b455380a77ee488fd8d06839c3442f (patch) | |
tree | 514b10b2adcd0f4ef7546c721ab8ca7dcd16a73c /go.mod | |
parent | Add stm friendly rate limiter (diff) | |
download | stm-03100e7851b455380a77ee488fd8d06839c3442f.tar.gz stm-03100e7851b455380a77ee488fd8d06839c3442f.tar.xz |
Transfer project stewardship to anacrolix
See https://github.com/lukechampine/stm/issues/3#issuecomment-549087541.
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -module github.com/lukechampine/stm +module github.com/anacrolix/stm go 1.13 |