diff --git a/go.mod b/go.mod index 8b018b951..fad0e55bb 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/getlantern/android-lantern go 1.19 // replace github.com/getlantern/flashlight/v7 => ../flashlight -// replace github.com/getlantern/pathdb => ../pathdb +// replace github.com/getlantern/pathdb => ../pathDb/pathDb // replace github.com/getlantern/fronted => ../fronted @@ -41,7 +41,7 @@ require ( github.com/getlantern/idletiming v0.0.0-20201229174729-33d04d220c4e github.com/getlantern/ipproxy v0.0.0-20230511223023-ee52513fd782 github.com/getlantern/mtime v0.0.0-20200417132445-23682092d1f7 - github.com/getlantern/pathdb v0.0.0-20230928181307-bc862721de69 + github.com/getlantern/pathdb v0.0.0-20230929122256-16167b45c081 github.com/getlantern/replica v0.14.2 github.com/gorilla/mux v1.8.0 github.com/stretchr/testify v1.8.3 diff --git a/go.sum b/go.sum index 72bddd572..5dd7ad9a3 100644 --- a/go.sum +++ b/go.sum @@ -484,8 +484,8 @@ github.com/getlantern/osversion v0.0.0-20230401075644-c2a30e73c451 h1:3Nn0AqIlIm github.com/getlantern/osversion v0.0.0-20230401075644-c2a30e73c451/go.mod h1:kaUdXyKE1Y8bwPnlN7ChFXWnkADpL0zZrk8F0XbpKcc= github.com/getlantern/packetforward v0.0.0-20201001150407-c68a447b0360 h1:pijUoofaQcAM/8zbDzZM2LQ90kGVbKfnSAkFnQwLZZU= github.com/getlantern/packetforward v0.0.0-20201001150407-c68a447b0360/go.mod h1:nsJPNYUSY96xB+p7uiDW8O4uiKea+KjeUdS5d6tf9IU= -github.com/getlantern/pathdb v0.0.0-20230928181307-bc862721de69 h1:AhBcKSQvU60dgznK3rWZyelTwx00B0By+Ekf8YG52to= -github.com/getlantern/pathdb v0.0.0-20230928181307-bc862721de69/go.mod h1:SFQy+f58IbLpnbq2nVqlq7ccwaUiO7ablKv631WVIuc= +github.com/getlantern/pathdb v0.0.0-20230929122256-16167b45c081 h1:Vyz238ingThi0a5QxLNy82hbNKEhhgohRkOo+jdyyBs= +github.com/getlantern/pathdb v0.0.0-20230929122256-16167b45c081/go.mod h1:SFQy+f58IbLpnbq2nVqlq7ccwaUiO7ablKv631WVIuc= github.com/getlantern/preconn v0.0.0-20180328114929-0b5766010efe/go.mod h1:FvIxQD61iYA42UjaJyzGl9DNne8jbowbgicdeNk/7kE= github.com/getlantern/preconn v1.0.0 h1:DsY3l/y/BJUj86WyaxXylbJnCC9QbKcc3D6js6rFL60= github.com/getlantern/preconn v1.0.0/go.mod h1:i/AnXvx715Fq7HgZLlmQlw3sGfEkku8BQT5hLHMK4+k=