asciimoo / morty

Privacy aware web content sanitizer proxy as a service
GNU Affero General Public License v3.0
485 stars 58 forks source link

add go.mod and go.sum #85

Closed Equim-chan closed 4 years ago

Equim-chan commented 4 years ago

Enable go module support.

What I did was

$ go mod init github.com/asciimoo/morty
$ go mod tidy

using go1.14.1

HLFH commented 1 year ago

@asciimoo Can you tag v0.3.0 for the current branch? It would help to package it easily as this PR https://github.com/asciimoo/morty/pull/85 has been really helpful.