Move DeviceInfo struct to this project
Removes the dependency loop between id/auth project and this one.
Showing
... | ... | @@ -4,7 +4,6 @@ go 1.14 |
require ( | ||
git.autistici.org/ai3/go-common v0.0.0-20210110180225-a05c683cfe23 | ||
git.autistici.org/id/auth v0.0.0-20210110171913-dd493db32815 | ||
github.com/google/go-cmp v0.5.4 | ||
github.com/gorilla/mux v1.8.0 // indirect | ||
github.com/mattes/migrate v0.0.0-20180508041624-4768a648fbd9 | ||
... | ... |