-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
28 lines (24 loc) · 789 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/query-meta
//
// Licensed under the MIT License. See LICENSE file in the project root for
// full license information.
module github.com/atc0005/query-meta
go 1.21.0
require (
github.com/alexflint/go-arg v1.5.1
github.com/denisenkom/go-mssqldb v0.12.3
github.com/pelletier/go-toml/v2 v2.2.3
github.com/rs/zerolog v1.33.0
golang.org/x/text v0.20.0
)
require (
github.com/alexflint/go-scalar v1.2.0 // indirect
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
github.com/golang-sql/sqlexp v0.1.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
golang.org/x/crypto v0.29.0 // indirect
golang.org/x/sys v0.27.0 // indirect
)