-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
28 lines (23 loc) · 729 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// Copyright 2021 Adam Chalkley
//
// https://github.com/atc0005/check-whois
//
// Licensed under the MIT License. See LICENSE file in the project root for
// full license information.
module github.com/atc0005/check-whois
// Set module version to highest value used by dependencies
go 1.20
require (
github.com/atc0005/go-nagios v0.16.1
github.com/likexian/whois v1.15.1
github.com/likexian/whois-parser v1.24.10
github.com/rs/zerolog v1.32.0
)
require (
github.com/likexian/gokit v0.25.13 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
golang.org/x/net v0.20.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
)