mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 02:28:40 -04:00
12 lines
269 B
Modula-2
12 lines
269 B
Modula-2
module github.com/qdm12/ddns-updater
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/google/uuid v1.1.1
|
|
github.com/kyokomi/emoji v2.1.0+incompatible
|
|
github.com/mattn/go-sqlite3 v1.10.0
|
|
github.com/qdm12/golibs v0.0.0-20200224233831-af1ada8e2052
|
|
github.com/stretchr/testify v1.4.0
|
|
)
|