mirror of
https://github.com/Luzifer/vercmp.git
synced 2024-12-23 03:11:17 +00:00
8 lines
128 B
Modula-2
8 lines
128 B
Modula-2
module github.com/Luzifer/vercmp
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/Luzifer/rconfig/v2 v2.2.1
|
|
github.com/blang/semver/v4 v4.0.0
|
|
)
|