-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
50 changed files
with
6,409 additions
and
168 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
go 1.21.3 | ||
go 1.21.5 | ||
|
||
use ( | ||
./sources/chat | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/usr/bin/env pwsh | ||
|
||
templ generate ; go build . ; .\identity.exe serve |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,74 @@ | ||
module github.com/developing-today/code/src/identity | ||
|
||
go 1.21.3 | ||
go 1.21.5 | ||
|
||
toolchain go1.21.5 | ||
|
||
require ( | ||
github.com/a-h/templ v0.2.543 | ||
github.com/angelofallars/htmx-go v0.4.1 | ||
github.com/charmbracelet/bubbles v0.17.1 | ||
github.com/charmbracelet/bubbletea v0.25.0 | ||
github.com/charmbracelet/lipgloss v0.9.1 | ||
github.com/charmbracelet/log v0.3.1 | ||
github.com/charmbracelet/ssh v0.0.0-20240104172912-e11ae277b249 | ||
github.com/charmbracelet/melt v0.6.0 | ||
github.com/charmbracelet/promwish v0.7.1-0.20240111010057-b31c9c27b2d7 | ||
github.com/charmbracelet/ssh v0.0.0-20240129235603-6bd0d80adf41 | ||
github.com/charmbracelet/wish v1.2.1-0.20240105172733-3e6f92a16611 | ||
github.com/go-chi/chi/v5 v5.0.11 | ||
github.com/gowebly/helpers v0.3.0 | ||
github.com/knadh/koanf v1.5.1-0.20230129133018-38c5fe1d9b40 | ||
github.com/knadh/koanf/parsers/kdl v0.1.0 | ||
github.com/muesli/reflow v0.3.0 | ||
github.com/nrednav/cuid2 v1.0.0 | ||
github.com/sblinch/kdl-go v0.0.0-20240108033718-e453df3dbf65 | ||
github.com/spf13/cobra v1.8.0 | ||
github.com/tursodatabase/libsql-client-go v0.0.0-20231216154754-8383a53d618f | ||
golang.org/x/crypto v0.17.0 | ||
golang.org/x/crypto v0.18.0 | ||
) | ||
|
||
replace github.com/charmbracelet/promwish => github.com/dezren39/promwish v0.7.1-0.20240130030052-ce34dc0a7c31 | ||
|
||
require ( | ||
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect | ||
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230512164433-5d1fd1a340c9 // indirect | ||
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/cespare/xxhash/v2 v2.2.0 // indirect | ||
github.com/charmbracelet/keygen v0.5.0 // indirect | ||
github.com/charmbracelet/lipgloss v0.9.1 // indirect | ||
github.com/charmbracelet/melt v0.6.0 // indirect | ||
github.com/charmbracelet/promwish v0.7.0 // indirect | ||
github.com/charmbracelet/x/errors v0.0.0-20240129143450-0ee713645824 // indirect | ||
github.com/charmbracelet/x/exp/term v0.0.0-20240129143450-0ee713645824 // indirect | ||
github.com/containerd/console v1.0.4-0.20230706203907-8f6c4e4faef5 // indirect | ||
github.com/creack/pty v1.1.21 // indirect | ||
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect | ||
github.com/fsnotify/fsnotify v1.7.0 // indirect | ||
github.com/go-logfmt/logfmt v0.6.0 // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
github.com/knadh/koanf v1.5.1-0.20230129133018-38c5fe1d9b40 // indirect | ||
github.com/libsql/sqlite-antlr4-parser v0.0.0-20230802215326-5cb5bb604475 // indirect | ||
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/mattn/go-localereader v0.0.1 // indirect | ||
github.com/mattn/go-runewidth v0.0.15 // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect | ||
github.com/mitchellh/copystructure v1.2.0 // indirect | ||
github.com/mitchellh/mapstructure v1.5.0 // indirect | ||
github.com/mitchellh/reflectwalk v1.0.2 // indirect | ||
github.com/muesli/reflow v0.3.0 // indirect | ||
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect | ||
github.com/muesli/cancelreader v0.2.2 // indirect | ||
github.com/muesli/termenv v0.15.2 // indirect | ||
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect | ||
github.com/prometheus/client_golang v1.17.0 // indirect | ||
github.com/prometheus/client_model v0.4.1-0.20230718164431-9a2bf3000d16 // indirect | ||
github.com/prometheus/common v0.44.0 // indirect | ||
github.com/prometheus/procfs v0.11.1 // indirect | ||
github.com/rivo/uniseg v0.4.4 // indirect | ||
github.com/prometheus/client_golang v1.18.0 // indirect | ||
github.com/prometheus/client_model v0.5.0 // indirect | ||
github.com/prometheus/common v0.46.0 // indirect | ||
github.com/prometheus/procfs v0.12.0 // indirect | ||
github.com/rivo/uniseg v0.4.6 // indirect | ||
github.com/sblinch/kdl-go v0.0.0-20240108033718-e453df3dbf65 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/tyler-smith/go-bip39 v1.1.0 // indirect | ||
golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc // indirect | ||
github.com/u-root/u-root v0.12.0 // indirect | ||
golang.org/x/exp v0.0.0-20240119083558-1b970713d09a // indirect | ||
golang.org/x/sync v0.6.0 // indirect | ||
golang.org/x/sys v0.16.0 // indirect | ||
google.golang.org/protobuf v1.31.0 // indirect | ||
golang.org/x/term v0.16.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
google.golang.org/protobuf v1.32.0 // indirect | ||
nhooyr.io/websocket v1.8.10 // indirect | ||
) |
Oops, something went wrong.