Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' of github.com:JesseCoretta/go-schemax
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseCoretta committed Jul 17, 2024
2 parents 02f1e99 + caca1fb commit 262500a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Package schemax incorporates a powerful [RFC 4512](https://www.rfc-editor.org/rfc/rfc4512.txt) parser, wrapped with convenient, reflective features for creating and interrogating directory schemas.

Forked from JesseCoretta's [go-schemax](https://github.com/JesseCoretta/go-schemax).

Requires Go version 1.22 or higher.

[![Go Report Card](https://goreportcard.com/badge/JesseCoretta/go-schemax)](https://goreportcard.com/report/github.com/JesseCoretta/go-schemax) [![CodeQL](https://github.com/JesseCoretta/go-schemax/workflows/CodeQL/badge.svg)](https://github.com/JesseCoretta/go-schemax/actions/workflows/github-code-scanning/codeql) [![Reference](https://pkg.go.dev/badge/github.com/JesseCoretta/go-schemax.svg)](https://pkg.go.dev/github.com/JesseCoretta/go-schemax) [![License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](https://github.com/JesseCoretta/go-schemax/blob/main/LICENSE) [![Help Animals](https://img.shields.io/badge/help_animals-gray?label=%F0%9F%90%BE%20%F0%9F%98%BC%20%F0%9F%90%B6&labelColor=yellow)](https://github.com/JesseCoretta/JesseCoretta/blob/main/DONATIONS.md)
Expand Down
4 changes: 2 additions & 2 deletions imports.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/JesseCoretta/go-schemax/internal/rfc2079"
"github.com/JesseCoretta/go-schemax/internal/rfc2307"
"github.com/JesseCoretta/go-schemax/internal/rfc2589"
"github.com/JesseCoretta/go-schemax/internal/rfc2798"
"github.com/JesseCoretta/go-schemax/internal/rfc2798"
"github.com/JesseCoretta/go-schemax/internal/rfc3045"
"github.com/JesseCoretta/go-schemax/internal/rfc3671"
"github.com/JesseCoretta/go-schemax/internal/rfc3672"
Expand All @@ -20,7 +20,7 @@ import (
"github.com/JesseCoretta/go-schemax/internal/rfc4524"
"github.com/JesseCoretta/go-schemax/internal/rfc4530"
"github.com/JesseCoretta/go-schemax/internal/rfc5020"
"github.com/JesseCoretta/go-schemax/internal/x501"
"github.com/JesseCoretta/go-schemax/internal/x501"

"github.com/JesseCoretta/go-objectid"
"github.com/JesseCoretta/go-shifty"
Expand Down

0 comments on commit 262500a

Please sign in to comment.