mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-04 19:35:08 -04:00
12 lines
263 B
Modula-2
12 lines
263 B
Modula-2
module github.com/qdm12/ddns-updater
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/golang/mock v1.4.4
|
|
github.com/google/uuid v1.1.1
|
|
github.com/kyokomi/emoji v2.2.4+incompatible
|
|
github.com/qdm12/golibs v0.0.0-20200712151944-a0325873bf5a
|
|
github.com/stretchr/testify v1.6.1
|
|
)
|