Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .antd-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.11.2-rc.1
v0.12.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# platform); keep ANTD_IMAGE in lockstep with .antd-version. release.yml
# passes the pinned tag explicitly; this default keeps `docker compose
# up --build` and bare `docker build` working out of the box.
ARG ANTD_IMAGE=ghcr.io/withautonomi/antd:v0.11.2-rc.1
ARG ANTD_IMAGE=ghcr.io/withautonomi/antd:v0.12.0
FROM ${ANTD_IMAGE} AS antd

# Build frontend on the native arch — JS output is arch-independent.
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.25.12

require (
github.com/BurntSushi/toml v1.6.0
github.com/WithAutonomi/ant-sdk/antd-go v0.11.2-rc.1
github.com/WithAutonomi/ant-sdk/antd-go v0.12.0
github.com/coreos/go-oidc/v3 v3.18.0
github.com/elimity-com/scim v0.0.0-20240320110924-172bf2aee9c8
github.com/ethereum/go-ethereum v1.17.3
Expand Down
6 changes: 4 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ github.com/StackExchange/wmi v1.2.1 h1:VIkavFPXSjcnS+O8yTq7NI32k0R5Aj+v39y29VYDO
github.com/StackExchange/wmi v1.2.1/go.mod h1:rcmrprowKIVzvc+NUiLncP2uuArMWLCbu9SBzvHz7e8=
github.com/VictoriaMetrics/fastcache v1.13.0 h1:AW4mheMR5Vd9FkAPUv+NH6Nhw+fmbTMGMsNAoA/+4G0=
github.com/VictoriaMetrics/fastcache v1.13.0/go.mod h1:hHXhl4DA2fTL2HTZDJFXWgW0LNjo6B+4aj2Wmng3TjU=
github.com/WithAutonomi/ant-sdk/antd-go v0.11.2-rc.1 h1:lgSrIi40QuK0BIKV7ODgGv7BKgcq1u6HAdRYJNXcCUg=
github.com/WithAutonomi/ant-sdk/antd-go v0.11.2-rc.1/go.mod h1:ZSOY0f3zD3ypyM5wSRD62QK4CaIbxUgPkHe3b5ABNkw=
github.com/WithAutonomi/ant-sdk/antd-go v0.11.2 h1:ziVI38M1DpVJLZJ7GaLgTvGJhzgYK0xdgta31qph2XE=
github.com/WithAutonomi/ant-sdk/antd-go v0.11.2/go.mod h1:5JtaWzf87rJ3YqPRfQDyHJXrLEyakeAJyLIj7cspHVs=
github.com/WithAutonomi/ant-sdk/antd-go v0.12.0 h1:Yt8lCXU6C2yiTA5sHCo3ozGn5sAEdqFRRRv6H+xXSZI=
github.com/WithAutonomi/ant-sdk/antd-go v0.12.0/go.mod h1:5JtaWzf87rJ3YqPRfQDyHJXrLEyakeAJyLIj7cspHVs=
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
github.com/bits-and-blooms/bitset v1.20.0 h1:2F+rfL86jE2d/bmw7OhqUg2Sj/1rURkBn3MdfoPyRVU=
Expand Down
Loading