go scratch code for atproto

switch tangled from .sh to .org

+4 -4
+1 -1
cmd/glot/README.md
··· 17 17 Get the Go toolchain set up, then install glot from source: 18 18 19 19 ``` 20 - go install tangled.sh/bnewbold.net/cobalt/cmd/glot 20 + go install tangled.org/bnewbold.net/cobalt/cmd/glot 21 21 ``` 22 22 23 23 The command comes with top-level and sub-command help pages.
+1 -1
cmd/glot/pull.go
··· 14 14 "github.com/bluesky-social/indigo/atproto/identity" 15 15 "github.com/bluesky-social/indigo/atproto/lexicon" 16 16 "github.com/bluesky-social/indigo/atproto/syntax" 17 - "tangled.sh/bnewbold.net/cobalt/netclient" 17 + "tangled.org/bnewbold.net/cobalt/netclient" 18 18 19 19 "github.com/urfave/cli/v3" 20 20 )
+1 -1
cmd/slinky/main.go
··· 13 13 "github.com/bluesky-social/indigo/atproto/atdata" 14 14 "github.com/bluesky-social/indigo/atproto/repo" 15 15 "github.com/bluesky-social/indigo/atproto/syntax" 16 - "tangled.sh/bnewbold.net/cobalt/netclient" 16 + "tangled.org/bnewbold.net/cobalt/netclient" 17 17 18 18 "github.com/ipfs/go-cid" 19 19 "github.com/urfave/cli/v3"
+1 -1
go.mod
··· 1 - module tangled.sh/bnewbold.net/cobalt 1 + module tangled.org/bnewbold.net/cobalt 2 2 3 3 go 1.24.0 4 4