-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
38 lines (34 loc) · 1.26 KB
/
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
29
30
31
32
33
34
35
36
37
38
// Copyright 2018 The gg Authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
module gg-scm.io/tool
go 1.21.4
require (
gg-scm.io/pkg/ghdevice v0.1.0
gg-scm.io/pkg/git v0.11.1-0.20231208183014-1bd41b3c42a8
github.com/google/go-cmp v0.5.9
golang.org/x/exp v0.0.0-20230728194245-b0cb94b80691
golang.org/x/sys v0.1.0
golang.org/x/tools v0.2.0
zombiezen.com/go/sqlite v0.13.1
)
require (
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
modernc.org/libc v1.22.3 // indirect
modernc.org/mathutil v1.5.0 // indirect
modernc.org/memory v1.5.0 // indirect
modernc.org/sqlite v1.21.1 // indirect
)