Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bulletin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Personal Projects
bulletin
Commits
9aaed6cc
Unverified
Commit
9aaed6cc
authored
2 months ago
by
Kevin Lyda
Browse files
Options
Downloads
Patches
Plain Diff
Go updates
parent
7568b5d5
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!5
Some more fixes
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
go.mod
+15
-41
15 additions, 41 deletions
go.mod
go.sum
+37
-104
37 additions, 104 deletions
go.sum
with
52 additions
and
145 deletions
go.mod
+
15
−
41
View file @
9aaed6cc
...
@@ -14,107 +14,81 @@ require (
...
@@ -14,107 +14,81 @@ require (
golang.org/x/crypto
v0.38.0
golang.org/x/crypto
v0.38.0
golang.org/x/sys
v0.33.0
golang.org/x/sys
v0.33.0
golang.org/x/term
v0.32.0
golang.org/x/term
v0.32.0
modernc.org/sqlite
v1.37.
0
modernc.org/sqlite
v1.37.
1
)
)
require (
require (
cel.dev/expr
v0.23.1 // indirect
cel.dev/expr
v0.23.1 // indirect
dario.cat/mergo
v1.0.1 // indirect
filippo.io/edwards25519
v1.1.0 // indirect
filippo.io/edwards25519
v1.1.0 // indirect
github.com/Masterminds/goutils
v1.1.1 // indirect
github.com/Masterminds/semver/v3
v3.3.0 // indirect
github.com/Masterminds/sprig/v3
v3.3.0 // indirect
github.com/aarondl/json
v0.0.0-20221020222930-8b0db17ef1bf // indirect
github.com/aarondl/opt
v0.0.0-20230114172057-b91f370c41f0 // indirect
github.com/antlr4-go/antlr/v4
v4.13.1 // indirect
github.com/antlr4-go/antlr/v4
v4.13.1 // indirect
github.com/coder/websocket
v1.8.12 // indirect
github.com/cpuguy83/go-md2man/v2
v2.0.6 // indirect
github.com/cubicdaiya/gonp
v1.0.4 // indirect
github.com/cubicdaiya/gonp
v1.0.4 // indirect
github.com/davecgh/go-spew
v1.1.1 // indirect
github.com/davecgh/go-spew
v1.1.1 // indirect
github.com/dustin/go-humanize
v1.0.1 // indirect
github.com/dustin/go-humanize
v1.0.1 // indirect
github.com/fatih/structtag
v1.2.0 // indirect
github.com/fatih/structtag
v1.2.0 // indirect
github.com/fergusstrange/embedded-postgres
v1.26.0 // indirect
github.com/fsnotify/fsnotify
v1.6.0 // indirect
github.com/gdamore/encoding
v1.0.1 // indirect
github.com/gdamore/encoding
v1.0.1 // indirect
github.com/go-sql-driver/mysql
v1.9.2 // indirect
github.com/go-sql-driver/mysql
v1.9.2 // indirect
github.com/go-viper/mapstructure/v2
v2.0.0-alpha.1 // indirect
github.com/gofrs/uuid
v4.4.0+incompatible // indirect
github.com/google/cel-go
v0.25.0 // indirect
github.com/google/cel-go
v0.25.0 // indirect
github.com/google/go-cmp
v0.7.0 // indirect
github.com/google/uuid
v1.6.0 // indirect
github.com/google/uuid
v1.6.0 // indirect
github.com/hashicorp/errwrap
v1.1.0 // indirect
github.com/hashicorp/errwrap
v1.1.0 // indirect
github.com/hashicorp/go-multierror
v1.1.1 // indirect
github.com/hashicorp/go-multierror
v1.1.1 // indirect
github.com/huandu/xstrings
v1.5.0 // indirect
github.com/inconshreveable/mousetrap
v1.1.0 // indirect
github.com/inconshreveable/mousetrap
v1.1.0 // indirect
github.com/jackc/pgpassfile
v1.0.0 // indirect
github.com/jackc/pgpassfile
v1.0.0 // indirect
github.com/jackc/pgservicefile
v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/pgservicefile
v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/pgx/v5
v5.7.4 // indirect
github.com/jackc/pgx/v5
v5.7.4 // indirect
github.com/jackc/puddle/v2
v2.2.2 // indirect
github.com/jackc/puddle/v2
v2.2.2 // indirect
github.com/jinzhu/inflection
v1.0.0 // indirect
github.com/jinzhu/inflection
v1.0.0 // indirect
github.com/knadh/koanf/maps
v0.1.1 // indirect
github.com/kr/pretty
v0.3.1 // indirect
github.com/knadh/koanf/parsers/yaml
v0.1.0 // indirect
github.com/knadh/koanf/providers/confmap
v0.1.0 // indirect
github.com/knadh/koanf/providers/env
v0.1.0 // indirect
github.com/knadh/koanf/providers/file
v0.1.0 // indirect
github.com/knadh/koanf/v2
v2.1.0 // indirect
github.com/lib/pq
v1.10.9 // indirect
github.com/lucasb-eyer/go-colorful
v1.2.0 // indirect
github.com/lucasb-eyer/go-colorful
v1.2.0 // indirect
github.com/mattn/go-isatty
v0.0.20 // indirect
github.com/mattn/go-isatty
v0.0.20 // indirect
github.com/mattn/go-runewidth
v0.0.16 // indirect
github.com/mattn/go-runewidth
v0.0.16 // indirect
github.com/mibk/dupl
v1.0.0 // indirect
github.com/mibk/dupl
v1.0.0 // indirect
github.com/mitchellh/copystructure
v1.2.0 // indirect
github.com/mitchellh/reflectwalk
v1.0.2 // indirect
github.com/ncruces/go-strftime
v0.1.9 // indirect
github.com/ncruces/go-strftime
v0.1.9 // indirect
github.com/pganalyze/pg_query_go/v6
v6.1.0 // indirect
github.com/pganalyze/pg_query_go/v6
v6.1.0 // indirect
github.com/pingcap/errors
v0.11.5-0.20240311024730-e056997136bb // indirect
github.com/pingcap/errors
v0.11.5-0.20240311024730-e056997136bb // indirect
github.com/pingcap/failpoint
v0.0.0-20240528011301-b51a646c7c86 // indirect
github.com/pingcap/failpoint
v0.0.0-20240528011301-b51a646c7c86 // indirect
github.com/pingcap/log
v1.1.0 // indirect
github.com/pingcap/log
v1.1.0 // indirect
github.com/pingcap/tidb/pkg/parser
v0.0.0-20250324122243-d51e00e5bbf0 // indirect
github.com/pingcap/tidb/pkg/parser
v0.0.0-20250324122243-d51e00e5bbf0 // indirect
github.com/qdm12/reprint
v0.0.0-20200326205758-722754a53494 // indirect
github.com/remyoudompheng/bigfft
v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/remyoudompheng/bigfft
v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/rivo/uniseg
v0.4.7 // indirect
github.com/rivo/uniseg
v0.4.7 // indirect
github.com/riza-io/grpc-go
v0.2.0 // indirect
github.com/riza-io/grpc-go
v0.2.0 // indirect
github.com/russross/blackfriday/v2
v2.1.0 // indirect
github.com/shopspring/decimal
v1.4.0 // indirect
github.com/spf13/cast
v1.7.0 // indirect
github.com/spf13/cobra
v1.9.1 // indirect
github.com/spf13/cobra
v1.9.1 // indirect
github.com/spf13/pflag
v1.0.6 // indirect
github.com/spf13/pflag
v1.0.6 // indirect
github.com/sqlc-dev/sqlc
v1.29.1-0.20250428024728-34f8c1bad949 // indirect
github.com/sqlc-dev/sqlc
v1.29.1-0.20250428024728-34f8c1bad949 // indirect
github.com/stephenafamo/bob
v0.34.2 // indirect
github.com/stephenafamo/scan
v0.6.2 // indirect
github.com/stephenafamo/sqlparser
v0.0.0-20250408111851-b937299b5b7d // indirect
github.com/stoewer/go-strcase
v1.2.0 // indirect
github.com/stoewer/go-strcase
v1.2.0 // indirect
github.com/tetratelabs/wazero
v1.9.0 // indirect
github.com/tetratelabs/wazero
v1.9.0 // indirect
github.com/tursodatabase/libsql-client-go
v0.0.0-20240902231107-85af5b9d094d // indirect
github.com/urfave/cli/v2
v2.23.7 // indirect
github.com/volatiletech/inflect
v0.0.1 // indirect
github.com/volatiletech/strmangle
v0.0.6 // indirect
github.com/wasilibs/go-pgquery
v0.0.0-20250409022910-10ac41983c07 // indirect
github.com/wasilibs/go-pgquery
v0.0.0-20250409022910-10ac41983c07 // indirect
github.com/wasilibs/wazero-helpers
v0.0.0-20240620070341-3dff1577cd52 // indirect
github.com/wasilibs/wazero-helpers
v0.0.0-20240620070341-3dff1577cd52 // indirect
github.com/xi2/xz
v0.0.0-20171230120015-48954b6210f8 // indirect
github.com/xrash/smetrics
v0.0.0-20201216005158-039620a65673 // indirect
go.uber.org/atomic
v1.11.0 // indirect
go.uber.org/atomic
v1.11.0 // indirect
go.uber.org/multierr
v1.11.0 // indirect
go.uber.org/multierr
v1.11.0 // indirect
go.uber.org/zap
v1.27.0 // indirect
go.uber.org/zap
v1.27.0 // indirect
golang.org/x/exp
v0.0.0-20250506013437-ce4c2cf36ca6 // indirect
golang.org/x/exp
v0.0.0-20250506013437-ce4c2cf36ca6 // indirect
golang.org/x/mod
v0.24.0 // indirect
golang.org/x/net
v0.40.0 // indirect
golang.org/x/net
v0.40.0 // indirect
golang.org/x/sync
v0.14.0 // indirect
golang.org/x/sync
v0.14.0 // indirect
golang.org/x/text
v0.25.0 // indirect
golang.org/x/text
v0.25.0 // indirect
golang.org/x/tools
v0.33.0 // indirect
google.golang.org/genproto/googleapis/api
v0.0.0-20250218202821-56aae31c358a // indirect
google.golang.org/genproto/googleapis/api
v0.0.0-20250218202821-56aae31c358a // indirect
google.golang.org/genproto/googleapis/rpc
v0.0.0-20250218202821-56aae31c358a // indirect
google.golang.org/genproto/googleapis/rpc
v0.0.0-20250218202821-56aae31c358a // indirect
google.golang.org/grpc
v1.72.0 // indirect
google.golang.org/grpc
v1.72.0 // indirect
google.golang.org/protobuf
v1.36.6 // indirect
google.golang.org/protobuf
v1.36.6 // indirect
gopkg.in/natefinch/lumberjack.v2
v2.2.1 // indirect
gopkg.in/natefinch/lumberjack.v2
v2.2.1 // indirect
gopkg.in/yaml.v3
v3.0.1 // indirect
gopkg.in/yaml.v3
v3.0.1 // indirect
modernc.org/libc
v1.65.
7
// indirect
modernc.org/libc
v1.65.
8
// indirect
modernc.org/mathutil
v1.7.1 // indirect
modernc.org/mathutil
v1.7.1 // indirect
modernc.org/memory
v1.11.0 // indirect
modernc.org/memory
v1.11.0 // indirect
mvdan.cc/gofumpt
v0.7.0 // indirect
)
)
tool (
tool (
git.lyda.ie/kevin/bulletin
git.lyda.ie/kevin/bulletin/ask
git.lyda.ie/kevin/bulletin/batch
git.lyda.ie/kevin/bulletin/dclish
git.lyda.ie/kevin/bulletin/editor
git.lyda.ie/kevin/bulletin/folders
git.lyda.ie/kevin/bulletin/key
git.lyda.ie/kevin/bulletin/pager
git.lyda.ie/kevin/bulletin/repl
git.lyda.ie/kevin/bulletin/storage
git.lyda.ie/kevin/bulletin/this
git.lyda.ie/kevin/bulletin/users
github.com/mibk/dupl
github.com/mibk/dupl
github.com/sqlc-dev/sqlc/cmd/sqlc
github.com/sqlc-dev/sqlc/cmd/sqlc
)
)
This diff is collapsed.
Click to expand it.
go.sum
+
37
−
104
View file @
9aaed6cc
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment